@@ -60,7 +60,7 @@ |
||
| 60 | 60 | '--namespace' => ["Définissez l'espace de noms racine. Par défaut\u{a0}: \"APP_NAMESPACE\".", APP_NAMESPACE], |
| 61 | 61 | '--suffix' => ['Ajoutez le titre du composant au nom de la classe (par exemple, User => UserController).', true], |
| 62 | 62 | '--force' => 'Forcer l\'écrasement du fichier existant.', |
| 63 | - ]; |
|
| 63 | + ]; |
|
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | 66 | * {@inheritDoc} |
@@ -557,9 +557,9 @@ discard block |
||
| 557 | 557 | return new ProgressBar($total, $this->writer); |
| 558 | 558 | } |
| 559 | 559 | |
| 560 | - /** |
|
| 561 | - * Ecrit deux textes de maniere justifiee dans la console (l'un a droite, l'autre a gauche) |
|
| 562 | - */ |
|
| 560 | + /** |
|
| 561 | + * Ecrit deux textes de maniere justifiee dans la console (l'un a droite, l'autre a gauche) |
|
| 562 | + */ |
|
| 563 | 563 | final public function justify(string $first, ?string $second = '', array $options = []): self |
| 564 | 564 | { |
| 565 | 565 | $options = [ |
@@ -592,9 +592,9 @@ discard block |
||
| 592 | 592 | return $this->write($first . ' ' . str_repeat((string) $options['sep'], $dashWidth) . ' ' . $second)->eol(); |
| 593 | 593 | } |
| 594 | 594 | |
| 595 | - /** |
|
| 596 | - * Ecrit un texte au centre de la console |
|
| 597 | - */ |
|
| 595 | + /** |
|
| 596 | + * Ecrit un texte au centre de la console |
|
| 597 | + */ |
|
| 598 | 598 | final public function center(string $text, array $options = []): self |
| 599 | 599 | { |
| 600 | 600 | $sep = $options['sep'] ?? ' '; |