Passed
Push — master ( 59f31d...a30cf1 )
by Plamen
01:35
created
TraitQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,7 @@
 block discarded – undo
17 17
         array $order = [],
18 18
         $limit = 0,
19 19
         $useHaving = false
20
-    )
21
-    {
20
+    ) {
22 21
         //Condition: '' | ' (HAVING|WHERE|AND) ' . $cond
23 22
         self::queryConditions($query, $cond, $useHaving);
24 23
 
Please login to merge, or discard this patch.