Enforce special classes names (like symfony)
Closed this issue · 0 comments
ravanscafi commented
- Prefix all abstract classes with
Abstract
except PHPUnit *TestCase. - Suffix interfaces with
Interface
. - Suffix traits with
Trait
. - Suffix exceptions with
Exception
.
https://symfony.com/doc/current/contributing/code/standards.html#naming-conventions