mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2024-11-24 22:02:22 +08:00
14 lines
308 B
Plaintext
Executable File
14 lines
308 B
Plaintext
Executable File
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
|
|
parameters:
|
|
level: 7
|
|
paths:
|
|
- lib
|
|
- tests
|
|
|
|
excludes_analyse:
|
|
- %rootDir%/../../../tests/Doctrine/Tests/Common/*
|