summaryrefslogtreecommitdiffstats
path: root/phpstan.neon
blob: 3a720bf41e3f846425720dd9b642864334167510 (plain)
1
2
3
4
5
6
parameters:
	ignoreErrors:
		- '#Access to an undefined property Carbon\\Carbon::\$doesNotExit#'
		- '#Call to an undefined static method Carbon\\CarbonInterval#'
		- '#Property Carbon\\Carbon::\$timezone \(DateTimeZone\) does not accept string#'
		- '#Property Carbon\\Carbon::\$tz \(DateTimeZone\) does not accept string#'