Subversion Repositories php_clientchallenge

Rev

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

Rev 7 Rev 10
1
parameters:
1
parameters:
2
	level: 5
2
	level: 5
3
	fileExtensions:
3
	fileExtensions:
4
		- php
4
		- php
5
	paths:
5
	paths:
6
		- .
6
		- .
7
	excludePaths:
7
	excludePaths:
8
		analyse:
8
		analyse:
9
			- Sha3.php
9
			- Sha3.php
-
 
10
			- vendor
10
		analyseAndScan:
11
		analyseAndScan:
11
			- .phpstan.tmp
12
			- .phpstan.tmp
12
	tmpDir: .phpstan.tmp
13
	tmpDir: .phpstan.tmp
13
	bootstrapFiles:
14
	bootstrapFiles:
14
		- example/config.inc.php
15
		- example/config.inc.php
15
	ignoreErrors:
16
	ignoreErrors:
16
		#- '#is always (true|false)\.#'
17
		#- '#is always (true|false)\.#'
17
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
18
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
18
		#- '#with no typehint specified\.#'
19
		#- '#with no typehint specified\.#'