| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | 3 | protected function configure() |
|
| 15 | { |
||
| 16 | $this |
||
| 17 | 3 | ->setName('fifree2:dropdatabase') |
|
| 18 | 3 | ->setDescription('Cancellazione database fifree') |
|
| 19 | 3 | ->setHelp('Cancella il database e tutti i dati di fifree') |
|
| 20 | 3 | ->addOption('force', null, InputOption::VALUE_NONE, 'Se non impostato, il comando non avrà effetto'); |
|
| 21 | 3 | } |
|
| 39 |
This check looks for multiple assignments in successive lines of code. It will report an issue if the operators are not in a straight line.
To visualize
will produce issues in the first and second line, while this second example
will produce no issues.