@@ -130,7 +130,4 @@ |
||
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 |
@@ -70,9 +70,4 @@ |
||
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 |