We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Execute the console command. |
| 51 | 51 | * |
| 52 | - * @return bool|null |
|
| 52 | + * @return false|null |
|
| 53 | 53 | */ |
| 54 | 54 | public function fire() |
| 55 | 55 | { |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Execute the console command. |
| 51 | 51 | * |
| 52 | - * @return bool|null |
|
| 52 | + * @return false|null |
|
| 53 | 53 | */ |
| 54 | 54 | public function fire() |
| 55 | 55 | { |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * @param string $stub |
| 78 | 78 | * @param string $name |
| 79 | 79 | * |
| 80 | - * @return string |
|
| 80 | + * @return CrudControllerBackpackCommand |
|
| 81 | 81 | */ |
| 82 | 82 | protected function replaceNameStrings(&$stub, $name) |
| 83 | 83 | { |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | * @param string $stub |
| 63 | 63 | * @param string $name |
| 64 | 64 | * |
| 65 | - * @return string |
|
| 65 | + * @return CrudModelBackpackCommand |
|
| 66 | 66 | */ |
| 67 | 67 | protected function replaceTable(&$stub, $name) |
| 68 | 68 | { |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | * @param string $stub |
| 67 | 67 | * @param string $name |
| 68 | 68 | * |
| 69 | - * @return string |
|
| 69 | + * @return ModelBackpackCommand |
|
| 70 | 70 | */ |
| 71 | 71 | protected function replaceTable(&$stub, $name) |
| 72 | 72 | { |