diff options
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 0000000..0c805cf --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,7 @@ +parameters: + level: max + paths: + - src + - tests + ignoreErrors: + - '#^Parameter \#1 \$name of class Zhineng\\Snowflake\\(Constant|Sequence|Timestamp) constructor expects string, mixed given\.$#' |
