Subversion Repositories oidplus

Rev

Rev 648 | Rev 868 | 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:
597 daniel-mar 2
	level: 5
730 daniel-mar 3
	fileExtensions:
4
		- php
5
		- phps
585 daniel-mar 6
	paths:
7
		- .
8
	excludePaths:
9
		analyse:
597 daniel-mar 10
			- vendor
585 daniel-mar 11
		analyseAndScan:
12
			- userdata/cache/phpstan
13
	tmpDir: userdata/cache/phpstan
588 daniel-mar 14
	bootstrapFiles:
15
		- includes/oidplus.inc.php
591 daniel-mar 16
	ignoreErrors:
17
		- '#is always (true|false)\.#'
18
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
603 daniel-mar 19
		#- '#with no typehint specified\.#'