feat: initial commit
This commit is contained in:
commit
a96d506f04
39 changed files with 18010 additions and 0 deletions
9
phpstan.neon.dist
Normal file
9
phpstan.neon.dist
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
|
||||
parameters:
|
||||
level: max
|
||||
excludePaths:
|
||||
- *Test.php
|
||||
- *TestBase.php
|
||||
paths:
|
||||
- web/modules/custom
|
||||
Reference in a new issue