mirror of
https://github.com/zircote/swagger-php.git
synced 2024-09-12 22:50:37 +02:00
18 lines
389 B
Text
18 lines
389 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
phpVersion: 80100
|
|
level: 5
|
|
paths:
|
|
- src
|
|
- tests
|
|
- Examples
|
|
parallel:
|
|
processTimeout: 300.0
|
|
excludePaths:
|
|
- 'tests/Fixtures/*'
|
|
ignoreErrors:
|
|
- '#does not accept default value of type #'
|
|
## Examples
|
|
- '#^Property [a-zA-Z0-9\\]+::\$[a-zA-Z]+ is unused.$#'
|