Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
40 | protected function configure(): void |
||
41 | { |
||
42 | 28 | // First command : Test the DB Connexion |
|
43 | $this->setName($this->command) |
||
44 | ->setDescription( |
||
45 | 28 | 'Generate an example configuration for the Anonymizer' |
|
46 | 28 | )->setHelp( |
|
47 | 28 | 'This command will take all default values from the config validation' . PHP_EOL . |
|
48 | 28 | "Usage: neuralyzer <info>{$this->command}</info>" |
|
49 | 28 | ); |
|
64 |