mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-01-16 20:58:16 +01:00
5b3bd2b1b6
* Increase phpstan level to 8 with baseline to swallow existing errors * Add phpstan to composer.json * docs: a changelog entry --------- Co-authored-by: Danny van der Sluijs <danny.van.der.sluijs@infi.nl>
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
parameters:
|
|
level: 8
|
|
paths:
|
|
- ./src/
|
|
ignoreErrors: []
|
|
|
|
includes:
|
|
- phpstan-baseline.neon
|
|
- vendor/marc-mabe/php-enum-phpstan/extension.neon
|