Files
michaelschiemer/phpstan-framework.neon
Michael Schiemer 55a330b223 Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug
- Add DISCOVERY_SHOW_PROGRESS=true
- Temporary changes for debugging InitializerProcessor fixes on production
2025-08-11 20:13:26 +02:00

19 lines
554 B
Plaintext

parameters:
level: 8
paths:
- src/Framework
excludePaths:
- src/Framework/View/cache
- src/Framework/Cache/storage
ignoreErrors:
# Ignore reflection-based dependency injection patterns
- '#Call to method .* on an unknown class#'
- '#Instantiated class .* not found#'
- '#Access to an undefined property#'
reportUnmatchedIgnoredErrors: false
tmpDir: var/phpstan
phpVersion: 80400
# Bootstrap file for autoloading
bootstrapFiles:
- tests/bootstrap.php