Regroup improvements #488
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static-analysis.yml
on: pull_request
Static Analysis
26s
Annotations
9 errors
Static Analysis:
src/Commands/RegroupCommand.php#L49
Parameter #1 $callback of method Illuminate\Support\Collection<int,object>::filter() expects (callable(object, int): bool)|null, Closure(mixed): (array<string, class-string>|false) given.
|
Static Analysis:
src/Commands/RegroupCommand.php#L49
Parameter #2 $autoload of function class_implements expects bool, string given.
|
Static Analysis:
src/Commands/RegroupCommand.php#L50
Call to an undefined method Laravel\Pulse\Contracts\Storage::regroup().
|
Static Analysis:
src/Queries/Concerns/InteractsWithConnection.php (in context of class Laravel/Pulse/Commands/RegroupCommand)#L14
Access to an undefined property Laravel\Pulse\Commands\RegroupCommand::$config.
|
Static Analysis:
src/Queries/Concerns/InteractsWithConnection.php (in context of class Laravel/Pulse/Commands/RegroupCommand)#L14
Access to an undefined property Laravel\Pulse\Commands\RegroupCommand::$db.
|
Static Analysis:
src/Storage/Database.php#L102
Method Laravel\Pulse\Storage\Database::regroup() has parameter $recorders with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
|
Static Analysis:
src/Storage/Database.php#L106
Access to an undefined property Laravel\Pulse\Contracts\Groupable::$table.
|
Static Analysis:
src/Storage/Database.php#L120
Access to an undefined property Laravel\Pulse\Contracts\Groupable::$table.
|
Static Analysis
Process completed with exit code 1.
|