Update deps #114
backend.yml
on: pull_request
composer-validate
7s
test
16s
phpstan
20s
rector
17s
php-cs-fixer
16s
phpcs
17s
Annotations
5 errors
phpstan:
app/Models/User.php#L23
PHPDoc type array<int, string> of property App\Models\User::$fillable is not the same as PHPDoc type list<string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
phpstan:
config/app.php#L105
Call to function array_filter() requires parameter #2 to be passed to avoid loose comparison semantics.
|
phpstan:
config/database.php#L59
Call to function array_filter() requires parameter #2 to be passed to avoid loose comparison semantics.
|
phpstan:
config/database.php#L79
Call to function array_filter() requires parameter #2 to be passed to avoid loose comparison semantics.
|
phpstan
Process completed with exit code 1.
|