Subversion Repositories oidinfo_api

Rev

Rev 27 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 28
1
parameters:
1
parameters:
2
	level: 5
2
	level: 5
3
	fileExtensions:
3
	fileExtensions:
4
		- php
4
		- php
5
		- phps
5
		- phps
6
	paths:
6
	paths:
7
		- .
7
		- .
8
	excludePaths:
8
	excludePaths:
9
		analyseAndScan:
9
		analyseAndScan:
10
			- .phpstan.tmp
10
			- .phpstan.tmp
11
	tmpDir: .phpstan.tmp
11
	tmpDir: .phpstan.tmp
12
	ignoreErrors:
12
	ignoreErrors:
-
 
13
		- '#is always (true|false)\.#'
13
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
14
		- '#Call to function assert\(\) with false will always evaluate to false\.#'