Subversion Repositories php_clientchallenge

Rev

Rev 6 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 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
	bootstrapFiles:
13
		- example/config.inc.php
14
	ignoreErrors:
15
		#- '#is always (true|false)\.#'
16
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
17
		#- '#with no typehint specified\.#'