Browse Source

Merge pull request #408 from jqhph/analysis-KZx3JR

Apply fixes from StyleCI
Jiang Qinghua 4 năm trước cách đây
mục cha
commit
f2624de62f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Console/ExtendCommand.php

+ 1 - 1
src/Console/ExtendCommand.php

@@ -82,7 +82,7 @@ class ExtendCommand extends Command
 
         $this->package = $this->argument('extension');
 
-        InputExtensionName:
+        InputExtensionName :
         if (! Helper::validateExtensionName($this->package)) {
             $this->package = $this->ask("[$this->package] is not a valid package name, please input a name like (<vendor>/<name>)");
             goto InputExtensionName;