Completed
Pull Request — master (#42)
by Krzysztof
02:21
created
src/KGzocha/Searcher/Result/ResultCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     private $results;
15 15
 
16 16
     /**
17
-     * @param \Traversable|array $results
17
+     * @param ResultCollectionInterface $results
18 18
      */
19 19
     public function __construct($results = [])
20 20
     {
Please login to merge, or discard this patch.