We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -45,10 +45,10 @@ |
||
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
48 | - * Execute the console command. |
|
49 | - * |
|
50 | - * @return bool|null |
|
51 | - */ |
|
48 | + * Execute the console command. |
|
49 | + * |
|
50 | + * @return bool|null |
|
51 | + */ |
|
52 | 52 | public function fire() |
53 | 53 | { |
54 | 54 | $name = $this->getNameInput(); |
@@ -74,11 +74,11 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | /** |
77 | - * Build the class with the given name. |
|
78 | - * |
|
79 | - * @param string $name |
|
80 | - * @return string |
|
81 | - */ |
|
77 | + * Build the class with the given name. |
|
78 | + * |
|
79 | + * @param string $name |
|
80 | + * @return string |
|
81 | + */ |
|
82 | 82 | protected function buildClass($name) |
83 | 83 | { |
84 | 84 | $stub = $this->files->get($this->getStub()); |
@@ -45,10 +45,10 @@ |
||
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
48 | - * Execute the console command. |
|
49 | - * |
|
50 | - * @return bool|null |
|
51 | - */ |
|
48 | + * Execute the console command. |
|
49 | + * |
|
50 | + * @return bool|null |
|
51 | + */ |
|
52 | 52 | public function fire() |
53 | 53 | { |
54 | 54 | $name = $this->getNameInput(); |