Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
31 | 2 | protected function configure() |
|
32 | { |
||
33 | $this |
||
34 | 2 | ->setName('yokai:security-token:archive') |
|
35 | 2 | ->addOption('purpose', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on purpose.') |
|
36 | 2 | ->addOption('before', null, InputOption::VALUE_OPTIONAL, '[deprecated] Filter tokens to archive on created date.') |
|
37 | ; |
||
38 | 2 | } |
|
39 | |||
61 |
If you suppress an error, we recommend checking for the error condition explicitly: