Skip to content
Triggered via push February 25, 2024 21:47
Status Failure
Total duration 40s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/FilamentJetstreamPlugin.php#L36
Call to static method getUrl() on an unknown class App\Filament\App\Pages\EditProfile.
phpstan: src/FilamentJetstreamPlugin.php#L47
Call to static method getUrl() on an unknown class App\Filament\App\Pages\ApiTokens.
phpstan: src/FilamentJetstreamPlugin.php#L54
Class App\Models\Team not found.
phpstan: src/FilamentJetstreamPlugin.php#L61
Call to static method getUrl() on an unknown class App\Filament\App\Pages\EditTeam.
phpstan: src/Listeners/CreatePersonalTeam.php#L25
Call to static method forceCreate() on an unknown class App\Models\Team.
phpstan: src/Listeners/CreatePersonalTeam.php#L26
Access to an undefined property Illuminate\Contracts\Auth\Authenticatable::$id.
phpstan: src/Listeners/CreatePersonalTeam.php#L27
Access to an undefined property Illuminate\Contracts\Auth\Authenticatable::$name.
phpstan: src/Listeners/CreatePersonalTeam.php#L31
Call to an undefined method Illuminate\Contracts\Auth\Authenticatable::ownedTeams().
phpstan: src/Listeners/CreatePersonalTeam.php#L33
Call to an undefined method Illuminate\Contracts\Auth\Authenticatable::switchTeam().
phpstan: src/Pages/CreateTeam.php#L25
Method FilamentJetstream\FilamentJetstream\Pages\CreateTeam::handleRegistration() has invalid return type App\Models\Team.