Skip to content

Merge pull request #11 from Riley19280/feature/laravel-stub-integration #11

Merge pull request #11 from Riley19280/feature/laravel-stub-integration

Merge pull request #11 from Riley19280/feature/laravel-stub-integration #11

Triggered via push January 12, 2024 04:20
Status Failure
Total duration 20s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L15
Class CodeStencil\Laravel\LaravelCodeStencilServiceProvider extends unknown class Illuminate\Support\ServiceProvider.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L30
Call to an undefined method CodeStencil\Laravel\LaravelCodeStencilServiceProvider::publishes().
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L31
Function config_path not found.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L34
Function config not found.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L35
Call to static method listen() on an unknown class Illuminate\Support\Facades\Event.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L35
Parameter $commandStarting of anonymous function has invalid type Illuminate\Console\Events\CommandStarting.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L36
Call to static method instance() on an unknown class Illuminate\Support\Facades\App.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L39
Call to static method listen() on an unknown class Illuminate\Support\Facades\Event.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L39
Parameter $commandFinished of anonymous function has invalid type Illuminate\Console\Events\CommandFinished.
phpstan: src/Laravel/LaravelCodeStencilServiceProvider.php#L40
Call to static method make() on an unknown class Illuminate\Support\Facades\App.