Files
chill-bundles/phpstan.dist.neon
Julien Fastré b2a6a2170a Update paths to include packages directory in PHP-CS-Fixer and PHPStan configurations
- Added `packages/` directory to `.php-cs-fixer.dist.php` finder paths.
- Added `packages/` directory to `phpstan.dist.neon` paths.
2025-11-25 17:00:25 +01:00

29 lines
710 B
Plaintext

parameters:
level: 5
paths:
- src/
- utils/
- packages/
tmpDir: var/cache/phpstan
reportUnmatchedIgnoredErrors: false
excludePaths:
- .php_cs*
- docs/
- src/Bundle/*/Tests/*
- src/Bundle/*/tests/*
- src/Bundle/*/Test/*
- src/Bundle/*/config/*
- src/Bundle/*/migrations/*
- src/Bundle/*/translations/*
- src/Bundle/*/Resources/*
- src/Bundle/*/src/Tests/*
- src/Bundle/*/src/Test/*
- src/Bundle/*/src/config/*
- src/Bundle/*/src/migrations/*
- src/Bundle/*/src/translations/*
- src/Bundle/*/src/Resources/*
includes:
- phpstan-baseline.neon