Passed
Push — master ( 972b09...bb735d )
by Georgi
03:25 queued 57s
created
src/Dashboard/Integration/Joints/DashboardNavMenu.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 		}
23 23
 
24 24
 		return [
25
-				__('DASHBOARD') => count($ret) > 1? [
25
+				__('DASHBOARD') => count($ret) > 1 ? [
26 26
 						'access' => true,
27 27
 						'group' => $ret,
28 28
 						'weight' => -10000
29
-				]: array_merge(reset($ret), ['weight' => -10000]),
29
+				] : array_merge(reset($ret), ['weight' => -10000]),
30 30
 		];
31 31
 	}
32 32
 }
33 33
\ No newline at end of file
Please login to merge, or discard this patch.