You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/phpstan.neon

24 lines
395 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
parameters:
# Level 10 is the highest level
level: 1
paths:
- app/
- bootstrap/
- config/
- database/
- resources/
- routes/
- tests/
excludePaths:
- bootstrap/cache/*
- storage/
- vendor/
# ignoreErrors:
# - '#PHPDoc tag @var#'