Subversion Repositories oidplus

Rev

Rev 590 | Rev 592 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
585 daniel-mar 1
parameters:
591 daniel-mar 2
	level: 4
585 daniel-mar 3
	paths:
4
		- .
5
	excludePaths:
6
		analyse:
7
			- 3p
8
			- includes/classes/http_class.class.php
9
		analyseAndScan:
10
			- userdata/cache/phpstan
11
	tmpDir: userdata/cache/phpstan
588 daniel-mar 12
	bootstrapFiles:
13
		- includes/oidplus.inc.php
591 daniel-mar 14
		- includes/classes/http_class.class.php
15
	ignoreErrors:
16
		- '#is always (true|false)\.#'
17
		- '#Call to function assert\(\) with false will always evaluate to false\.#'