@@ -24,7 +24,7 @@ |
||
24 | 24 | $this |
25 | 25 | ->setName('yokai:security-token:archive') |
26 | 26 | ->addOption('purpose', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on purpose.') |
27 | - ->addOption('before', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on created date.') |
|
27 | + ->addOption('before', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on created date.') |
|
28 | 28 | ; |
29 | 29 | } |
30 | 30 |
@@ -305,6 +305,6 @@ |
||
305 | 305 | ); |
306 | 306 | } |
307 | 307 | |
308 | - $this->usages->add(new TokenUsage($this, $information,$date)); |
|
308 | + $this->usages->add(new TokenUsage($this, $information, $date)); |
|
309 | 309 | } |
310 | 310 | } |