Test Failed
Push — master ( d72d75...c1d31e )
by Chauncey
03:26
created
src/Charcoal/Ui/Menu/AbstractMenu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     public function items(callable $itemCallback = null)
126 126
     {
127 127
         $items = $this->items;
128
-        uasort($items, [ $this, 'sortItemsByPriority' ]);
128
+        uasort($items, [$this, 'sortItemsByPriority']);
129 129
 
130 130
         $itemCallback = isset($itemCallback) ? $itemCallback : $this->itemCallback;
131 131
         foreach ($items as $item) {
Please login to merge, or discard this patch.