Passed
Push — master ( 216614...5d910f )
by Łukasz
04:51
created
src/Manager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
         }
104 104
 
105 105
         $general = 0;
106
-        if (! $auth->relationLoaded('roles')) {
106
+        if (!$auth->relationLoaded('roles')) {
107 107
             $auth->load('roles.permissions');
108 108
         }
109 109
 
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
         $restrictions = [];
133 133
         $level        = 0;
134 134
 
135
-        if (! $auth->relationLoaded('roles')) {
135
+        if (!$auth->relationLoaded('roles')) {
136 136
             $auth->load('roles.permissions');
137 137
         }
138 138
 
Please login to merge, or discard this patch.