@@ -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 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | $this |
| 22 | 22 | ->setName('yokai:security-token:archive') |
| 23 | 23 | ->addOption('purpose', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on purpose.') |
| 24 | - ->addOption('before', null, InputOption::VALUE_OPTIONAL, '[deprecated] Filter tokens to archive on created date.') |
|
| 24 | + ->addOption('before', null, InputOption::VALUE_OPTIONAL, '[deprecated] Filter tokens to archive on created date.') |
|
| 25 | 25 | ; |
| 26 | 26 | } |
| 27 | 27 | |