Skip to content

fix: properly handle Artisan command argument types for PHPStan #9

fix: properly handle Artisan command argument types for PHPStan

fix: properly handle Artisan command argument types for PHPStan #9

Triggered via push December 14, 2025 16:02
Status Failure
Total duration 30s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

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.