solido / phpstan-rules
PHPStan rules for Solido suite
Installs: 14 109
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:phpstan-extension
Requires
- php: ^8.1
- kcs/class-finder: >=0.3,<1.0
Requires (Dev)
- friendsofphp/proxy-manager-lts: *
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^10 || ^11
- roave/security-advisories: dev-master
- solido/dto-management: *
- solido/php-coding-standards: dev-master
This package is auto-updated.
Last update: 2024-10-09 13:44:05 UTC
README
This package contains the custom rules to be used in solido-based projects.
Configuration
When using enhanced DTOs, PHPStan should be configured with DTO namespaces:
# phpstan.neon parameters: solido: dto_namespaces: - My\Application\DTO - App\Models excluded_interfaces: - My\Application\DTO\NonDTOInterface