Subversion Repositories vnag

Rev

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

Rev 76 Rev 80
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
		#analyse:
9
		#analyse:
10
		#	# Symlinks:
10
		#	# Symlinks:
11
		#	- plugins/*/vnag_framework.inc.php
11
		#	- src/plugins/*/vnag_framework.inc.php
12
		#	- plugins_intern/*/vnag_framework.inc.php
12
		#	- src/plugins_intern/*/vnag_framework.inc.php
13
		analyseAndScan:
13
		analyseAndScan:
14
			- _mock
14
			- _mock
15
			- .phpstan.tmp
15
			- .phpstan.tmp
16
	tmpDir: .phpstan.tmp
16
	tmpDir: .phpstan.tmp
17
	ignoreErrors:
17
	ignoreErrors:
18
		- '#is always (true|false)\.#'
18
		- '#is always (true|false)\.#'
19
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
19
		- '#Call to function assert\(\) with false will always evaluate to false\.#'