Test Failed
Branch feature/upgrade-code-quality (805160)
by Csaba
01:56
created
src/Database/Clusterpoint/Finder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@  discard block
 block discarded – undo
42 42
         }
43 43
     }
44 44
 
45
+    /**
46
+     * @param \Clusterpoint\Instance\Service $collection
47
+     */
45 48
     protected function configQuery($collection)
46 49
     {
47 50
         $this->setLimit($collection);
@@ -90,6 +93,9 @@  discard block
 block discarded – undo
90 93
         };
91 94
     }
92 95
 
96
+    /**
97
+     * @param string $nextLogical
98
+     */
93 99
     protected function parseWhereGroup($logical, $collection, $condition, $nextLogical)
94 100
     {
95 101
         if ($logical === '||') {
Please login to merge, or discard this patch.