Subversion Repositories fileformats

Rev

Details | Last modification | View Log | RSS feed

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