Subversion Repositories webcounter

Rev

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

Rev 5 Rev 7
Line 9... Line 9...
9
		analyse:
9
		analyse:
10
			- includes/recaptcha
10
			- includes/recaptcha
11
		analyseAndScan:
11
		analyseAndScan:
12
			- .phpstan.tmp
12
			- .phpstan.tmp
13
	tmpDir: .phpstan.tmp
13
	tmpDir: .phpstan.tmp
-
 
14
	bootstrapFiles:
-
 
15
		- config/config_dist.inc.php
14
	ignoreErrors:
16
	ignoreErrors:
15
		- '#is always (true|false)\.#'
17
		#- '#is always (true|false)\.#'
16
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
18
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
17
		#- '#with no typehint specified\.#'
19
		#- '#with no typehint specified\.#'