Subversion Repositories webcounter

Rev

Rev 5 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 7
1
parameters:
1
parameters:
2
	level: 5
2
	level: 5
3
	fileExtensions:
3
	fileExtensions:
4
		- php
4
		- php
5
		- phps
5
		- phps
6
	paths:
6
	paths:
7
		- .
7
		- .
8
	excludePaths:
8
	excludePaths:
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\.#'