chore: Bump laravel/passport from 11.5.1 to 11.9.1 #2360
static.yml
on: pull_request
psalm
1m 35s
phpstan
1m 11s
Annotations
9 errors
phpstan:
app/Http/Kernel.php#L16
PHPDoc type array of property App\Http\Kernel::$middleware is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Kernel::$middleware.
|
phpstan:
app/Http/Kernel.php#L29
PHPDoc type array of property App\Http\Kernel::$middlewareGroups is not covariant with PHPDoc type array<string, array<int, string>> of overridden property Illuminate\Foundation\Http\Kernel::$middlewareGroups.
|
phpstan:
app/Http/Kernel.php#L73
PHPDoc type array of property App\Http\Kernel::$routeMiddleware is not covariant with PHPDoc type array<string, string> of overridden property Illuminate\Foundation\Http\Kernel::$routeMiddleware.
|
phpstan:
app/Http/Middleware/EncryptCookies.php#L14
PHPDoc type array of property App\Http\Middleware\EncryptCookies::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Cookie\Middleware\EncryptCookies::$except.
|
phpstan:
app/Http/Middleware/PreventRequestsDuringMaintenance.php#L14
PHPDoc type array of property App\Http\Middleware\PreventRequestsDuringMaintenance::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance::$except.
|
phpstan:
app/Http/Middleware/TrimStrings.php#L14
PHPDoc type array of property App\Http\Middleware\TrimStrings::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Middleware\TrimStrings::$except.
|
phpstan:
app/Http/Middleware/VerifyCsrfToken.php#L21
PHPDoc type array of property App\Http\Middleware\VerifyCsrfToken::$except is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Http\Middleware\VerifyCsrfToken::$except.
|
phpstan:
app/Providers/EventServiceProvider.php#L14
PHPDoc type array of property App\Providers\EventServiceProvider::$listen is not covariant with PHPDoc type array<string, array<int, string>> of overridden property Illuminate\Foundation\Support\Providers\EventServiceProvider::$listen.
|
phpstan
Process completed with exit code 1.
|