Subversion Repositories vgwhois

Rev

Rev 78 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 106
Line 18... Line 18...
18
	ignoreErrors:
18
	ignoreErrors:
19
		- '#is always (true|false)\.#'
19
		- '#is always (true|false)\.#'
20
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
20
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
21
		#- '#with no typehint specified\.#'
21
		#- '#with no typehint specified\.#'
22
		# Bug in PHPstan: If you have function() definitions after exit(), this error comes ( https://github.com/phpstan/phpstan/issues/4002 )
22
		# Bug in PHPstan: If you have function() definitions after exit(), this error comes ( https://github.com/phpstan/phpstan/issues/4002 )
23
		- '#Unreachable statement - code above always terminates.#'
23
		#- '#Unreachable statement - code above always terminates.#'