Completed
Push — master ( b18eb0...68e9cb )
by Andrii
04:22
created
src/QueryBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
         return $query;
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $count
94
+     */
92 95
     public function buildCount($count, &$parts)
93 96
     {
94 97
         if (!empty($count)) {
Please login to merge, or discard this patch.