Skip to content

Update InteractsWithLivewireForm.php #116

Update InteractsWithLivewireForm.php

Update InteractsWithLivewireForm.php #116

Triggered via push October 31, 2024 16:55
Status Failure
Total duration 41s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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().
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/