Explorar o código

Apply fixes from StyleCI

Jiang Qinghua %!s(int64=5) %!d(string=hai) anos
pai
achega
9d97acc5ae
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Console/ActionCommand.php

+ 2 - 2
src/Console/ActionCommand.php

@@ -50,7 +50,7 @@ class ActionCommand extends GeneratorCommand
     public function handle()
     {
         $this->choice = $this->choice(
-            "Which type of action would you like to make?",
+            'Which type of action would you like to make?',
             $choices = $this->actionTyps()
         );
 
@@ -151,4 +151,4 @@ class ActionCommand extends GeneratorCommand
 
         return $this->className;
     }
-}
+}