Subversion Repositories oidinfo_api

Rev

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

Rev Author Line No. Line
27 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
	ignoreErrors:
28 daniel-mar 13
		- '#is always (true|false)\.#'
27 daniel-mar 14
		- '#Call to function assert\(\) with false will always evaluate to false\.#'