Passed
Push — master ( 57f2d4...e051a9 )
by Iman
06:44
created
src/CBCoreModule/Index/Order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public function handle($result, $table)
24 24
     {
25 25
         $orderby = $this->ctrl->orderby;
26
-        if (! $orderby) {
26
+        if (!$orderby) {
27 27
             $result->orderby($table.'.'.$this->ctrl->primaryKey, 'desc');
28 28
             return;
29 29
         }
Please login to merge, or discard this patch.