Subversion Repositories php_utils

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
25 daniel-mar 1
parameters:
2
	level: 5
3
	paths:
4
		- .
5
	excludePaths:
6
		analyseAndScan:
7
			- .phpstan.tmp
8
	tmpDir: .phpstan.tmp
9
	ignoreErrors:
10
		#- '#is always (true|false)\.#'
11
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
12
		#- '#with no typehint specified\.#'
13
 
14