rules/php/coding-style.md
This file extends common/coding-style.md with PHP specific content.
declare(strict_types=1); in application code.readonly properties or immutable constructors for request/response payloads where possible.use statements for all referenced classes, interfaces, and traits.false/null as hidden error channels in new code.See skill: backend-patterns for broader service/repository layering guidance.