Passed
Push — master ( be985d...bcc337 )
by Iman
04:39
created
src/CBCoreModule/Index/Order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function handle($query, $table, $orderBy, $primaryKey)
14 14
     {
15
-        if (! $orderBy) {
15
+        if (!$orderBy) {
16 16
             $query->orderby($table.'.'.$primaryKey, 'desc');
17 17
             return;
18 18
         }
Please login to merge, or discard this patch.