Subversion Repositories vgwhois

Rev

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

Rev Author Line No. Line
76 daniel-mar 1
parameters:
2
	level: 5
3
	fileExtensions:
4
		- gu
5
		- php
6
		- phps
7
	paths:
8
		- .
9
	excludePaths:
10
		analyse:
11
			- shared/php_includes/idna_convert.class.php
12
		analyseAndScan:
13
			- .phpstan.tmp
14
	tmpDir: .phpstan.tmp
15
	bootstrapFiles:
16
		- ./maintenance/qa-monitor/config.inc.php
17
	ignoreErrors:
18
		- '#is always (true|false)\.#'
19
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
20
		#- '#with no typehint specified\.#'
21
		# Bug in PHPstan: If you have function() definitions after exit(), this error comes
22
		- '#Unreachable statement - code above always terminates.#'