Skip to content

Update AccessControl.php #121

Update AccessControl.php

Update AccessControl.php #121

Triggered via push November 27, 2024 12:32
Status Failure
Total duration 43s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: app/Actions/Jetstream/CreateTeam.php#L35
Method App\Actions\Jetstream\CreateTeam::create() should return App\Models\Team but returns Illuminate\Database\Eloquent\Model.
phpstan: app/Actions/Jetstream/RemoveTeamMember.php#L45
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan: app/Concerns/InteractsWithLivewireForm.php (in context of class App/Livewire/Forms/AccessControl)#L63
Access to an undefined property App\Livewire\Forms\AccessControl::$uuid2id.
phpstan: app/Concerns/InteractsWithLivewireForm.php (in context of class App/Livewire/Forms/AccessControl)#L73
Access to an undefined property App\Livewire\Forms\AccessControl::$hashFields.
phpstan: app/Concerns/InteractsWithLivewireForm.php (in context of class App/Livewire/Forms/AccessControl)#L176
Access to an undefined property App\Livewire\Forms\AccessControl::$eagerLoad.
phpstan: app/Concerns/InteractsWithLivewireForm.php (in context of class App/Livewire/Forms/User)#L176
Access to an undefined property App\Livewire\Forms\User::$eagerLoad.
phpstan: app/Concerns/InteractsWithUuidInAction.php (in context of class App/Actions/User/CreateNewUser)#L30
Call to an undefined method App\Actions\User\CreateNewUser::hasConstrained().
phpstan: app/Concerns/InteractsWithUuidInAction.php (in context of class App/Actions/User/CreateNewUser)#L31
Call to an undefined method App\Actions\User\CreateNewUser::getConstrainedBy().
phpstan: app/Concerns/InteractsWithUuidInAction.php (in context of class App/Actions/User/CreateNewUser)#L38
Call to an undefined method App\Actions\User\CreateNewUser::setConstrainedBy().
phpstan: app/Concerns/InteractsWithUuidInAction.php (in context of class App/Actions/User/CreateNewUser)#L49
Call to an undefined method App\Actions\User\CreateNewUser::setInputs().