Skip to content

Commit 042e447

Browse files
committed
Fixed comment for PoolFactory::$pools.
1 parent b12363b commit 042e447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pool/PoolFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PoolFactory
2424
protected $container;
2525

2626
/**
27-
* @var Channel[]
27+
* @var RedisPool[]
2828
*/
2929
protected $pools = [];
3030

0 commit comments

Comments
 (0)