topnotch_website/phpstan.neon

19 lines
299 B
Plaintext
Raw Permalink Normal View History

2024-09-18 15:25:17 -07:00
includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- app/
# Level 9 is the highest level
level: 1
2024-09-18 15:25:17 -07:00
# ignoreErrors:
# - '#PHPDoc tag @var#'
#
# excludePaths:
# - ./*/*/FileToBeExcluded.php
#
# checkMissingIterableValueType: false