Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespaces in PHP-Style #30

Open
lmis-rom opened this issue Feb 28, 2021 · 0 comments
Open

Namespaces in PHP-Style #30

lmis-rom opened this issue Feb 28, 2021 · 0 comments
Labels
nice2have no impact

Comments

@lmis-rom
Copy link
Collaborator

lmis-rom commented Feb 28, 2021

in php us typically write namespaces in one line without curly bracket.
curly brackets are only used if you have multiple namespaces in one file.

namespace App\Api\Builder {
...

should be

namespace App\Api\Builder;

...
@lmis-rom lmis-rom added the nice2have no impact label Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice2have no impact
Projects
None yet
Development

No branches or pull requests

1 participant