| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | protected function configure() |
||
| 25 | { |
||
| 26 | $this->setName('starkerxp:user:creer') |
||
| 27 | ->addArgument('login', InputArgument::REQUIRED, "L'identifiant.") |
||
| 28 | ->addArgument('password', InputArgument::REQUIRED, "Le mot de passe.") |
||
| 29 | ->setDescription("Ajoute un nouvel user à la base de données"); |
||
| 30 | } |
||
| 31 | |||
| 33 |
This check marks files that end in a newline character, i.e. an empy line.