diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/maxmind/web-service-common/phpstan.neon | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/maxmind/web-service-common/phpstan.neon b/vendor/maxmind/web-service-common/phpstan.neon new file mode 100644 index 0000000..2d35ad9 --- /dev/null +++ b/vendor/maxmind/web-service-common/phpstan.neon @@ -0,0 +1,7 @@ +parameters:
+ level: 6
+ paths:
+ - src
+ - tests
+ checkMissingIterableValueType: false
+
|