Skip to content

Update Status.php

Update Status.php #113

Triggered via push October 21, 2024 15:07
Status Failure
Total duration 52s
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/Console/Commands/GenerateUnitTestCommand.php#L43
Method App\Console\Commands\GenerateUnitTestCommand::handle() should return int but returns null.
phpstan: app/Console/Commands/GenerateUnitTestCommand.php#L43
Result of method Illuminate\Console\View\Components\Factory::error() (void) is used.
phpstan: app/Console/Commands/Make/BreadcrumbCommand.php#L45
Method App\Console\Commands\Make\BreadcrumbCommand::handle() should return bool|null but returns int.
phpstan: app/Http/Resources/UserResource.php#L15
PHPDoc tag @return with type array|Illuminate\Contracts\Support\Arrayable|JsonSerializable is not subtype of native type array.
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/