Skip to content

refactor

refactor #277

Triggered via push May 13, 2024 10:41
Status Failure
Total duration 41s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Commands/MakeDataTableCommand.php#L14
Property TeamNiftyGmbH\DataTable\Commands\MakeDataTableCommand::$parser has unknown class Livewire\Commands\ComponentParser as its type.
phpstan: src/Commands/MakeDataTableCommand.php#L44
Instantiated class Livewire\Commands\ComponentParser not found.
phpstan: src/Commands/MakeDataTableCommand.php#L49
Instantiated class Livewire\Commands\MakeCommand not found.
phpstan: src/Commands/MakeDataTableCommand.php#L59
Call to method className() on an unknown class Livewire\Commands\ComponentParser.
phpstan: src/Commands/MakeDataTableCommand.php#L59
Call to method isReservedClassName() on an unknown class Livewire\Commands\MakeCommand.
phpstan: src/Commands/MakeDataTableCommand.php#L89
Call to method classPath() on an unknown class Livewire\Commands\ComponentParser.
phpstan: src/Commands/MakeDataTableCommand.php#L92
Call to method relativeClassPath() on an unknown class Livewire\Commands\ComponentParser.
phpstan: src/Commands/MakeDataTableCommand.php#L115
Call to method className() on an unknown class Livewire\Commands\ComponentParser.
phpstan: src/Commands/MakeDataTableCommand.php#L115
Call to method classNamespace() on an unknown class Livewire\Commands\ComponentParser.
phpstan: src/Controllers/SearchController.php#L25
Variable $query in PHPDoc tag @var does not exist.