Skip to content

Upgrading To 11.x

Upgrading To 11.x #12

Triggered via pull request May 18, 2024 17:40
Status Failure
Total duration 41s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: app/Http/Controllers/Account/AppleController.php#L29
Call to an undefined method Laravel\Socialite\Contracts\Provider::getAccessTokenResponse().
phpstan: app/Http/Controllers/Account/AppleController.php#L30
Call to an undefined method Laravel\Socialite\Contracts\Provider::userFromToken().
phpstan: app/Http/Controllers/Account/KakaoController.php#L26
Call to an undefined method Laravel\Socialite\Contracts\Provider::getAccessTokenResponse().
phpstan: app/Http/Controllers/Account/KakaoController.php#L27
Call to an undefined method Laravel\Socialite\Contracts\Provider::userFromToken().
phpstan: app/Http/Resources/Post/EditResource.php#L13
Access to an undefined property App\Http\Resources\Post\EditResource::$id.
phpstan: app/Http/Resources/Post/EditResource.php#L14
Access to an undefined property App\Http\Resources\Post\EditResource::$type.
phpstan: app/Http/Resources/Post/EditResource.php#L15
Access to an undefined property App\Http\Resources\Post\EditResource::$title.
phpstan: app/Http/Resources/Post/EditResource.php#L16
Access to an undefined property App\Http\Resources\Post\EditResource::$contents.
phpstan: app/Http/Resources/Post/EditResource.php#L17
Access to an undefined property App\Http\Resources\Post\EditResource::$is_open.
phpstan: app/Http/Resources/Post/IndexResource.php#L13
Access to an undefined property App\Http\Resources\Post\IndexResource::$id.