WIP #4
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.
|