Passed
Branch master (699e14)
by refat
03:14
created
core/System/Database.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -218,6 +218,9 @@
 block discarded – undo
218 218
         return $sql;
219 219
     }
220 220
 
221
+    /**
222
+     * @param string $sql
223
+     */
221 224
     private function fetchStatmentExtra($sql)
222 225
     {
223 226
         if (!empty($this->havings)) {
Please login to merge, or discard this patch.