Subversion Repositories oidplus

Rev

Rev 603 | Rev 730 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 603 Rev 648
Line 3... Line 3...
3
	paths:
3
	paths:
4
		- .
4
		- .
5
	excludePaths:
5
	excludePaths:
6
		analyse:
6
		analyse:
7
			- vendor
7
			- vendor
8
			- includes/classes/http_class.class.php
-
 
9
		analyseAndScan:
8
		analyseAndScan:
10
			- userdata/cache/phpstan
9
			- userdata/cache/phpstan
11
	tmpDir: userdata/cache/phpstan
10
	tmpDir: userdata/cache/phpstan
12
	bootstrapFiles:
11
	bootstrapFiles:
13
		- includes/oidplus.inc.php
12
		- includes/oidplus.inc.php
14
		- includes/classes/http_class.class.php
-
 
15
	ignoreErrors:
13
	ignoreErrors:
16
		- '#is always (true|false)\.#'
14
		- '#is always (true|false)\.#'
17
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
15
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
18
		#- '#with no typehint specified\.#'
16
		#- '#with no typehint specified\.#'