-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
Description
From http://www.php-fig.org/psr/psr-4/
The fully qualified class name MUST have a top-level namespace name, also known as a “vendor namespace”.
Ok, you can say "SqlParser" is the vendor... a way to circumvent PSR-4 (as the project SubNamespaceName is not mandatory.. one reason why I dislike this PSR). And SqlParser could be a bit too generic and may create conflict.
Proposal: use PhpMyAdmin\SqlParser
I understand this is only doable as part of a new major version, because of BC break.