aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon
blob: 846731c706f2b469de38cb6428d36d0ad9c795e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
	# TODO: Increase rule-level https://phpstan.org/user-guide/rule-levels
	level: 5
	fileExtensions:
		- php
		- phtml
	paths:
		- .
	excludePaths:
		analyse:
			- lib/marienfressinaud/*
			- lib/phpmailer/*
			- lib/SimplePie/*
		analyseAndScan:
			- .git/*
			- node_modules/*
			# TODO: include tests
			- tests/*
			- vendor/*
	bootstrapFiles:
		- cli/_cli.php
		- lib/favicons.php