aboutsummaryrefslogtreecommitdiff
path: root/phpstan-next.neon
blob: 19aaed28ede3d0a406a5a6f26a26db588fceef51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
includes:
	- phpstan.dist.neon
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
	level: max
	checkImplicitMixed: true	# TODO pass
	strictRules:
		strictArrayFilter: false	# TODO pass maybe
	excludePaths:
		analyse:
			# TODO: Update files below and remove them from this list
			- app/Models/EntryDAO.php
			- app/Models/TagDAO.php
			- app/Services/ImportService.php