Skip to content

initial commit

initial commit #2

Triggered via push August 15, 2024 20:02
Status Failure
Total duration 40s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/AboutCommandIntegration.php#L16
Method OpenSoutheners\ExtendedLaravel\AboutCommandIntegration::register() has no return type specified.
PHPStan: src/AboutCommandIntegration.php#L22
Unsafe usage of new static().
PHPStan: src/AboutCommandIntegration.php#L56
Parameter #1 $array of function array_keys expects array, mixed given.
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L34
Call to an undefined static method Illuminate\Support\Arr::exceptValues().
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L35
Parameter #1 $name of static method Illuminate\Database\DatabaseManager::connection() expects string|null, mixed given.
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L36
Parameter #1 $table of method Illuminate\Database\Connection::table() expects Closure|Illuminate\Contracts\Database\Query\Expression|Illuminate\Database\Query\Builder|string, mixed given.
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L37
Call to an undefined static method Illuminate\Support\Arr::exceptValues().
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L38
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): non-empty-array, Closure(stdClass): non-empty-array given.
PHPStan: src/Console/Commands/BuilderMakeCommand.php#L52
Call to static method getModelFrom() on an unknown class App\Support\Skore.
PHPStan: src/Console/Commands/BuilderMakeCommand.php#L56
Parameter #1 $path of method Illuminate\Filesystem\Filesystem::get() expects string, string|false given.