Skip to content

Add a "vendor" top level namespace #126

@remicollet

Description

@remicollet

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions