Completed
Pull Request — master (#52)
by David
25:12
created
src/QueryFactory/FindObjectsFromRawSqlQueryFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@
 block discarded – undo
75 75
         return $this->columnDescriptors;
76 76
     }
77 77
 
78
+    /**
79
+     * @param null|string $sqlCount
80
+     */
78 81
     private function compute(string $sql, ?string $sqlCount)
79 82
     {
80 83
         $parser = new PHPSQLParser();
Please login to merge, or discard this patch.