Completed
Pull Request — master (#1070)
by Tim
03:43
created
lib/Elastica/Connection/ConnectionPool.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @return ConnectionInterface[]
83
+     * @return ConnectionInterface
84 84
      */
85 85
     public function getConnections()
86 86
     {
Please login to merge, or discard this patch.
lib/Elastica/Connection/Strategy/StrategyFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.