diff options
author | Valery Piashchynski <[email protected]> | 2020-10-13 13:55:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-13 13:55:20 +0300 |
commit | 0dc44d54cfcc9dd3fa09a41136f35a9a8d26b994 (patch) | |
tree | ffcb65010bebe9f5b5436192979e64b2402a6ec0 /_old/phpstan.neon.dist | |
parent | 08d6b6b7f773f83b286cd48c1a0fbec9a62fb42b (diff) |
Initial commit of RR 2.0v2.0.0-alpha1
Diffstat (limited to '_old/phpstan.neon.dist')
-rw-r--r-- | _old/phpstan.neon.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_old/phpstan.neon.dist b/_old/phpstan.neon.dist new file mode 100644 index 00000000..c9ffb648 --- /dev/null +++ b/_old/phpstan.neon.dist @@ -0,0 +1,5 @@ +parameters: + level: 'max' + checkMissingIterableValueType: false + paths: + - src |