@@ -56,8 +56,7 @@ discard block |
||
56 | 56 | * @class PasswordGenerateCommand |
57 | 57 | * @package Platine\Framework\Console |
58 | 58 | */ |
59 | -class PasswordGenerateCommand extends Command |
|
60 | -{ |
|
59 | +class PasswordGenerateCommand extends Command { |
|
61 | 60 | /** |
62 | 61 | * The Hash instance |
63 | 62 | * @var HashInterface |
@@ -85,8 +84,7 @@ discard block |
||
85 | 84 | /** |
86 | 85 | * {@inheritdoc} |
87 | 86 | */ |
88 | - public function execute() |
|
89 | - { |
|
87 | + public function execute() { |
|
90 | 88 | $io = $this->io(); |
91 | 89 | $writer = $io->writer(); |
92 | 90 | $password = $this->password; |