fix: properly handle Artisan command argument types for PHPStan #9
Annotations
6 errors
|
phpstan
Process completed with exit code 1.
|
|
phpstan:
src/Commands/BookStackSearchCommand.php#L21
Cannot cast array|bool|string|null to string.
|
|
phpstan:
src/Commands/BookStackPushCommand.php#L27
Cannot cast array|string|true to string.
|
|
phpstan:
src/Commands/BookStackPullCommand.php#L25
Cannot cast array|string|true to string.
|
|
phpstan:
src/Commands/BookStackExportCommand.php#L27
Cannot cast array|bool|string|null to string.
|
|
phpstan:
src/Commands/BookStackExportCommand.php#L25
Cannot cast array|bool|string|null to string.
|