Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
18 | 1 | protected function configure(): void |
|
19 | { |
||
20 | $this |
||
21 | 1 | ->setName(self::NAME) |
|
22 | 1 | ->setDescription(sprintf( |
|
23 | 'Generates a character set sample just by shuffling the default one, "%s". ' |
||
24 | 1 | . 'Then it can be set in the SHORTCODE_CHARS environment variable', |
|
25 | 1 | UrlShortener::DEFAULT_CHARS |
|
26 | )); |
||
35 |