| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | protected function configure() |
||
| 26 | { |
||
| 27 | $this |
||
| 28 | // the name of the command (the part after "bin/bluzman") |
||
| 29 | ->setName('i-need-magic') |
||
| 30 | // the short description shown while running "php bin/bluzman list" |
||
| 31 | ->setDescription('Magic is here') |
||
| 32 | // the full command description shown when running the command with |
||
| 33 | // the "--help" option |
||
| 34 | ->setHelp('This command allows you to contribute') |
||
| 35 | ; |
||
| 36 | } |
||
| 37 | |||
| 48 |