@@ -80,7 +80,7 @@ |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @return ConnectionInterface[] |
|
83 | + * @return ConnectionInterface |
|
84 | 84 | */ |
85 | 85 | public function getConnections() |
86 | 86 | { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | class StrategyFactory |
13 | 13 | { |
14 | 14 | /** |
15 | - * @param mixed|callable|string|StrategyInterface $strategyName |
|
15 | + * @param string $strategyName |
|
16 | 16 | * |
17 | 17 | * @throws \Elastica\Exception\InvalidException |
18 | 18 | * |