Passed
Push — master ( 4ea44e...8b52df )
by Tim
03:26 queued 01:12
created
src/Auth/Source/Radius.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
 
172 172
         if ($response === false) {
173 173
             $errorCode = $radius->getErrorCode();
174
-            switch($errorCode) {
174
+            switch ($errorCode) {
175 175
                 case $radius::TYPE_ACCESS_REJECT:
176 176
                     throw new Error\Error('WRONGUSERPASS');
177 177
                 case $radius::TYPE_ACCESS_CHALLENGE:
Please login to merge, or discard this patch.