- Configuration du debug conditionnel pour dev/recette - Fonction debug() globale avec niveaux - Logging des requêtes SQL - Handlers d'exceptions et d'erreurs globaux 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
330 B
Plaintext
7 lines
330 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
- '#Property [A-Za-z\\]+::\$[A-Za-z]+ has no typehint specified#'
|
|
- '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has no return typehint specified#'
|
|
- '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#'
|
|
checkMissingIterableValueType: false
|