Skip to content

(Update) Livewire 3 #190

(Update) Livewire 3

(Update) Livewire 3 #190

Triggered via pull request August 2, 2023 00:56
@HDVinnieHDVinnie
synchronize #2956
Livewire-3
Status Failure
Total duration 2m 20s
Artifacts

larastan.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
php 8.2 on ubuntu-22.04: app/Models/Audit.php#L28
PHPDoc type array of property App\Models\Audit::$fillable is not covariant with PHPDoc type array<string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
php 8.2 on ubuntu-22.04: app/Models/Chatroom.php#L32
PHPDoc type array of property App\Models\Chatroom::$fillable is not covariant with PHPDoc type array<string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
php 8.2 on ubuntu-22.04: app/Models/Option.php#L29
PHPDoc type array of property App\Models\Option::$fillable is not covariant with PHPDoc type array<string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
php 8.2 on ubuntu-22.04: app/Models/Peer.php#L80
PHPDoc tag @var above a method has no effect.
php 8.2 on ubuntu-22.04: app/Models/Peer.php#L80
PHPDoc tag @var does not specify variable name.
php 8.2 on ubuntu-22.04: app/Models/Peer.php#L93
Variable $cache in isset() always exists and is not nullable.
php 8.2 on ubuntu-22.04: app/Models/Peer.php#L107
Strict comparison using === between string|false and null will always evaluate to false.
php 8.2 on ubuntu-22.04: app/Models/User.php#L40
PHPDoc type array of property App\Models\User::$hidden is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$hidden.
php 8.2 on ubuntu-22.04: app/Models/User.php#L54
PHPDoc type array of property App\Models\User::$casts is not covariant with PHPDoc type array<string, string> of overridden property Illuminate\Database\Eloquent\Model::$casts.
php 8.2 on ubuntu-22.04: app/Models/User.php#L198
Class App\Models\UserChat not found.
php 8.2 on ubuntu-22.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/