Subversion Repositories stackman

Rev

Details | Last modification | View Log | RSS feed

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