| #
# start onn commandline from base directory of the package:
# 	phpstan analyse
#
# more infos and download:
#	https://phpstan.org/user-guide/getting-started
# 	https://github.com/phpstan/phpstan
#
parameters:
	level: 6
	checkMissingIterableValueType: false
	paths:
		- OPlathey/FPDF
		- SKien/XFPDF
 |