Skip to content

게시글 검색 기능 추가 #8

게시글 검색 기능 추가

게시글 검색 기능 추가 #8

Triggered via pull request April 1, 2024 15:38
Status Failure
Total duration 29s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: app/Http/Controllers/Account/AppleController.php#L31
Call to an undefined method Laravel\Socialite\Contracts\Provider::getAccessTokenResponse().
phpstan: app/Http/Controllers/Account/AppleController.php#L32
Call to an undefined method Laravel\Socialite\Contracts\Provider::userFromToken().
phpstan: app/Http/Controllers/Account/KakaoController.php#L28
Call to an undefined method Laravel\Socialite\Contracts\Provider::getAccessTokenResponse().
phpstan: app/Http/Controllers/Account/KakaoController.php#L29
Call to an undefined method Laravel\Socialite\Contracts\Provider::userFromToken().
phpstan: app/Http/Resources/Account/UserResource.php#L13
Access to an undefined property App\Http\Resources\Account\UserResource::$id.
phpstan: app/Http/Resources/Account/UserResource.php#L14
Access to an undefined property App\Http\Resources\Account\UserResource::$name.
phpstan: app/Http/Resources/Account/UserResource.php#L15
Access to an undefined property App\Http\Resources\Account\UserResource::$nickname.
phpstan: app/Http/Resources/Account/UserResource.php#L16
Access to an undefined property App\Http\Resources\Account\UserResource::$email.
phpstan: app/Http/Resources/Account/UserResource.php#L17
Access to an undefined property App\Http\Resources\Account\UserResource::$phone.
phpstan: app/Http/Resources/Account/UserResource.php#L18
Access to an undefined property App\Http\Resources\Account\UserResource::$provider.