framework/php-packages/phpstan/extension.neon

18 lines
674 B
Plaintext
Raw Normal View History

2021-12-02 06:36:36 +08:00
includes:
2022-09-14 22:23:56 +08:00
- larastan-extension.neon
- phpstan-baseline.neon
2021-12-29 09:45:22 +08:00
2022-09-14 22:23:56 +08:00
parameters:
stubFiles:
- stubs/Illuminate/Contracts/Container/Container.stub
- stubs/Illuminate/Queue/ListenerOptions.stub
- stubs/Illuminate/Support/ServiceProvider.stub
- stubs/Illuminate/Filesystem/Filesystem.stub
- stubs/Illuminate/Filesystem/FilesystemManager.stub
# We're changing the disk return type from Filesystem to Cloud,
# rather than hacking every bit of the codebase with a phpdoc @var.
- stubs/Illuminate/Contracts/Filesystem/Factory.stub
- stubs/Illuminate/Contracts/Filesystem/Cloud.stub
- stubs/Illuminate/Contracts/Filesystem/Filesystem.stub