codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web

Home Page:https://www.phptherightway.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all of them related to code-style, but those that do are PSR-1, PSR-12 and PSR-4.

vmshatkovskiy opened this issue · comments

It seems that you meant PSR-2 instead of PSR-4 which one is about Autoloading.

commented

PSR-2 is deprecated so shouldn't be mentioned. PSR-4 is first about autoloading, that is true, but in a secondary sense also about the recommended coding style for those language constructs. So it doesn't feel out of place in the code style section. Thanks though.