Files
desk-moloni/phpstan.neon
Emanuel Almeida 78f1e5804e 📋 TASKS: Quality Fixes breakdown + CHECKLIST
- Converted tasks.md to focus on quality assurance fixes
- 13 executable tasks across 4 phases
- Parallel optimization saves 55 minutes
- Agent specialization for each task type
- Production readiness validation included
- CHECKLIST.md with real-time progress tracking

Ready for Master Orchestrator automation 🎛️
2025-09-13 01:36:08 +01:00

28 lines
710 B
Plaintext

parameters:
level: 8
paths:
- libraries
- models
- controllers
- tests
excludePaths:
- tests/bootstrap.php
- vendor
ignoreErrors:
# Ignore Perfex CRM function stubs in tests
- '#Function get_option not found#'
- '#Function log_activity not found#'
- '#Function hooks not found#'
# Ignore test-specific dynamic properties
- '#Access to an undefined property DeskMoloni\\Tests\\TestHelpers::\$[a-zA-Z]+#'
# Custom rules for Desk-Moloni
reportUnmatchedIgnoredErrors: false
# Bootstrap for test environment
bootstrapFiles:
- tests/bootstrap.php