aboutsummaryrefslogtreecommitdiffstats
path: root/phpstan.neon.dist
blob: 4a083851d0943356b05cfc4683ebb9fd277038e0 (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.#'