Blame view

vendor/cakephp/chronos/phpstan.neon 376 Bytes
c4650843   Etienne Pallier   Ajout du dossier ...
1
2
3
4
5
6
parameters:
	ignoreErrors:
		- '#Call to an undefined method Cake\\Chronos\\ChronosInterface::modify\(\).#'
		# Appears because interface can't describe properties and formally it doesn't have properties.
		- '#Call to an undefined static method Cake\\Chronos\\ChronosInterval::[a-zA-Z0-9_]+\(\)#'
		- '#Access to an undefined property Cake\\Chronos\\ChronosInterface::\$tz#'