Passed
Push — master ( 4c7916...dcfcd7 )
by Georgi
04:15
created
src/Dashboard/Integration/DashboardNavMenu.php 1 patch
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.