Passed
Push — develop ( b400fa...24d566 )
by nguereza
04:25
created
src/Console/PasswordGenerateCommand.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.