Test Failed
Push — master ( 90f7a4...83697e )
by Daniel
05:18
created
src/Command/UserCreateCommand.php 1 patch
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -130,7 +130,4 @@
 block discarded – undo
130 130
                 throw new Exception($label . ' can not be empty');
131 131
             }
132 132
 
133
-            return $string;
134
-        };
135
-    }
136
-}
133
+            return $string
137 134
\ No newline at end of file
Please login to merge, or discard this patch.
src/Command/RefreshTokensExpireCommand.php 1 patch
Switch Indentation   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -70,9 +70,4 @@
 block discarded – undo
70 70
             $output->writeln(sprintf('RefreshTokens for user <comment>%s</comment> successfully expired.', $username));
71 71
         } else {
72 72
             $this->storage->expireAll(null);
73
-            $output->writeln('RefreshTokens for all users successfully expired.');
74
-        }
75
-
76
-        return 0;
77
-    }
78
-}
73
+            $output->writeln
79 74
\ No newline at end of file
Please login to merge, or discard this patch.