#
# 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: 8
paths:
- SKien/iCal
scanDirectories:
- Vendor/Psr/Log
- Vendor/Soundasleep
|