Subversion Repositories webcounter

Rev

Rev 5 | 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
		- phps
6
	paths:
7
		- .
8
	excludePaths:
9
		analyse:
10
			- includes/recaptcha
11
		analyseAndScan:
12
			- .phpstan.tmp
13
	tmpDir: .phpstan.tmp
7 daniel-mar 14
	bootstrapFiles:
15
		- config/config_dist.inc.php
5 daniel-mar 16
	ignoreErrors:
7 daniel-mar 17
		#- '#is always (true|false)\.#'
18
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
5 daniel-mar 19
		#- '#with no typehint specified\.#'