From a49763dd739c3c68c4a8322896d594e926ac8e6b Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Mon, 5 Jan 2026 16:26:11 +0800 Subject: first commit --- phpstan.neon.dist | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phpstan.neon.dist (limited to 'phpstan.neon.dist') 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\.$#' -- cgit v1.2.3