Completed
Push — master ( 17b327...b56d32 )
by Markus
02:50
created
lib/SSpkS/Device/DeviceList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                 }
57 57
             }
58 58
         }
59
-        array_multisort($sortkey, SORT_NATURAL|SORT_FLAG_CASE, $this->devices);
59
+        array_multisort($sortkey, SORT_NATURAL | SORT_FLAG_CASE, $this->devices);
60 60
     }
61 61
 
62 62
     /**
Please login to merge, or discard this patch.