Skip to content

chore: Bump laravel/socialite from 5.6.1 to 5.8.1 #2333

chore: Bump laravel/socialite from 5.6.1 to 5.8.1

chore: Bump laravel/socialite from 5.6.1 to 5.8.1 #2333

Triggered via pull request August 28, 2023 07:05
Status Failure
Total duration 1m 59s
Artifacts

static.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.