wip #549
Annotations
10 errors
PHP8.2 PHPStan & Pint:
src/Console/ControllerMakeCommand.php#L70
Parse error in @phpstan-ignore: Unexpected T_OTHER '@var' after end, expected comma (,) or end or T_OPEN_PARENTHESIS
|
PHP8.2 PHPStan & Pint:
src/Console/ControllerMakeCommand.php#L72
Parameter #1 $model of method Illuminate\Routing\Console\ControllerMakeCommand::parseModel() expects string, array|bool|string|null given.
|
PHP8.2 PHPStan & Pint:
src/Console/ControllerMakeCommand.php#L104
Parse error in @phpstan-ignore: Unexpected T_OTHER '@var' after end, expected comma (,) or end or T_OPEN_PARENTHESIS
|
PHP8.2 PHPStan & Pint:
src/Console/ControllerMakeCommand.php#L106
Parameter #1 $model of method Illuminate\Routing\Console\ControllerMakeCommand::parseModel() expects string, array|bool|string|null given.
|
PHP8.2 PHPStan & Pint:
src/Console/PresetMakeCommand.php#L62
Parse error in @phpstan-ignore: Unexpected T_OTHER '@var' after end, expected comma (,) or end or T_OPEN_PARENTHESIS
|
PHP8.2 PHPStan & Pint:
src/Console/PresetMakeCommand.php#L64
Parameter #2 $callback of function transform expects callable(array|bool|string|null): string, Closure(string): string given.
|
PHP8.2 PHPStan & Pint:
src/Console/ViewMakeCommand.php#L92
Parse error in @phpstan-ignore: Unexpected T_OTHER '@var' after end, expected comma (,) or end or T_OPEN_PARENTHESIS
|
PHP8.2 PHPStan & Pint:
src/Console/ViewMakeCommand.php#L94
Parameter #2 $callback of function transform expects callable(array|bool|string|null): string, Closure(string): string given.
|
PHP8.2 PHPStan & Pint:
src/Console/ViewMakeCommand.php#L121
Parse error in @phpstan-ignore: Unexpected identifier after identifier, expected comma (,) or end or T_OPEN_PARENTHESIS
|
PHP8.2 PHPStan & Pint:
src/Console/ViewMakeCommand.php#L122
Method Orchestra\Canvas\Console\ViewMakeCommand::getNameInput() should return string but returns string|null.
|