Passed
Push — develop ( 08926b...fc8040 )
by Brent
03:01
created
src/Adapter/OrderAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
             $entries = $this->getData($page->getVariable($variable));
55 55
 
56
-            uasort($entries, function ($a, $b) use ($field) {
56
+            uasort($entries, function($a, $b) use ($field) {
57 57
                 return strcmp($a[$field], $b[$field]);
58 58
             });
59 59
 
Please login to merge, or discard this patch.