Subversion Repositories php_clientchallenge

Rev

Rev 7 | Details | Compare with Previous | Last modification | View Log | RSS feed

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