summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
blob: 0c805cf31910e925c6430f3d6c3e025af2e4a0e6 (plain)
1
2
3
4
5
6
7
parameters:
	level: max
	paths:
		- src
		- tests
	ignoreErrors:
		- '#^Parameter \#1 \$name of class Zhineng\\Snowflake\\(Constant|Sequence|Timestamp) constructor expects string, mixed given\.$#'