Passed
Push — master ( 4c7916...dcfcd7 )
by Georgi
04:15
created
src/Dashboard/Integration/DashboardNavMenu.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
 		return $ret? [
25 25
 				__('DASHBOARD') => count($ret) > 1? [
26
-				        'item' => ['icon' => 'tachometer alternate'],
26
+						'item' => ['icon' => 'tachometer alternate'],
27 27
 						'access' => true,
28 28
 						'group' => $ret,
29 29
 						'weight' => -10000
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,13 +21,13 @@
 block discarded – undo
21 21
 			];
22 22
 		}
23 23
 
24
-		return $ret? [
25
-				__('DASHBOARD') => count($ret) > 1? [
24
+		return $ret ? [
25
+				__('DASHBOARD') => count($ret) > 1 ? [
26 26
 				        'item' => ['icon' => 'tachometer alternate'],
27 27
 						'access' => true,
28 28
 						'group' => $ret,
29 29
 						'weight' => -10000
30
-				]: array_merge(reset($ret), ['weight' => -10000]),
31
-		]: [];
30
+				] : array_merge(reset($ret), ['weight' => -10000]),
31
+		] : [];
32 32
 	}
33 33
 }
34 34
\ No newline at end of file
Please login to merge, or discard this patch.