mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
fix(phpstan): correct key
This commit is contained in:
parent
d9cdc2bac6
commit
642b479934
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
level: {{ php.phpstan.level }}
|
level: {{ php.phpstan.level }}
|
||||||
ignorePaths:
|
excludePaths:
|
||||||
- *Test.php
|
- *Test.php
|
||||||
- *TestBase.php
|
- *TestBase.php
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue