-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Updated autoload standard to PSR-4. #4255
Conversation
phansys
commented
Sep 21, 2014
Q | A |
---|---|
Doc fix? | no |
New feature? | no |
Applies to | 2.0+ |
Tests pass? | yes |
Fixed tickets | #3616 |
| Q | A | ------------- | --- | Doc fix? | no | New feature? | no | Applies to | 2.0+ | Tests pass? | yes | Fixed tickets | symfony#3616
-1, Symfony currently doesn't use PSR-4 afaik /cc @fabpot |
@wouterj technically, our codebase respects both PSR-0 and PSR-4, given that it is not impacted by the difference between them (we don't use underscores in class names). |
@fabpot what's your opinion on this? |
I think we should merge this PR. I've flagged it as Finished and @weaverryan will merge it sometime :) Thanks @phansys and sorry for the delay! |
Yep, I totally agree with merging this :). Thanks Javier! |
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4255). Discussion ---------- Updated autoload standard to PSR-4. | Q | A | ------------- | --- | Doc fix? | no | New feature? | no | Applies to | 2.0+ | Tests pass? | yes | Fixed tickets | #3616 Commits ------- d9a2f61 Updated autoload standard to PSR-4.
Thank you guys! |