Skip to content

feat: add support for infection and psalm #971

feat: add support for infection and psalm

feat: add support for infection and psalm #971

Triggered via pull request May 29, 2024 11:02
Status Failure
Total duration 52s
Artifacts

ci.yml

on: pull_request
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

6 errors
integration (ubuntu-22.04, 8.2): src/Bridge/Laravel/Application.php#L15
Only booleans are allowed in a ternary operator condition, string given.
integration (ubuntu-22.04, 8.2): src/Bridge/Laravel/Http/Middleware/RedirectIfAuthenticated.php#L22
Construct empty() is not allowed. Use more strict comparison.
integration (ubuntu-22.04, 8.2): src/Bridge/Laravel/Providers/EventServiceProvider.php#L18
PHPDoc type array<class-string, array<int, class-string>> of property Laravel\Providers\EventServiceProvider::$listen is not the same as PHPDoc type array<string, array<int, string>> of overridden property Illuminate\Foundation\Support\Providers\EventServiceProvider::$listen.
integration (ubuntu-22.04, 8.2): src/Bridge/Laravel/Providers/RouteServiceProvider.php#L30
Short ternary operator is not allowed. Use null coalesce operator if applicable or consider using long ternary.
integration (ubuntu-22.04, 8.2): src/Support/Filters/FuzzyFilter.php#L28
Foreach overwrites $value with its value variable.
integration (ubuntu-22.04, 8.2)
Process completed with exit code 1.