aboutsummaryrefslogtreecommitdiffstats
path: root/phpstan.neon.dist
blob: 58f3b803df2294068be10b5a4fc683f37fcb27fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
parameters:
	level: 0
	paths:
		- boot.php
		- include
		- util
		- Zotlabs
	scanDirectories:
		- library
	ignoreErrors:
		- '#Method [\w:\(\)_\\]+ should return (object|string) but return statement is missing.#'