Why you should care
Complying with naming conventions make the source code easier to ready and so to maintain. Class names should start with an upper case.
How we detect
CAST Highlight counts one occurrence each time a class name is found not starting with an upper case.
References
https://www.php-fig.org/psr/psr-1/
https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartV/CodingGuideLines/PHP.html
https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartV/CodingGuideLines/PHP.html
About CAST and Highlight’s Code Insights
Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.