Subversion Repositories logviewer

Rev

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

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