Skip to content

Update v0.1.0

Update v0.1.0 #17

Triggered via pull request May 21, 2024 06:16
Status Failure
Total duration 35s
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/Controllers/Auth/AppleController.php#L35
Call to an undefined method Laravel\Socialite\Contracts\Provider::getAccessTokenResponse().
phpstan: app/Http/Controllers/Auth/AppleController.php#L36
Call to an undefined method Laravel\Socialite\Contracts\Provider::userFromToken().
phpstan: app/Http/Controllers/Auth/KakaoController.php#L26
Call to an undefined method Laravel\Socialite\Contracts\Provider::getAccessTokenResponse().
phpstan: app/Http/Controllers/Auth/KakaoController.php#L27
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::$name.
phpstan: app/Http/Resources/Account/UserResource.php#L14
Access to an undefined property App\Http\Resources\Account\UserResource::$nickname.