Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Typos#3224
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Typos#3224
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -284,4 +284,4 @@ Learn more from the Cookbook | |||
* :doc:`/cookbook/bundles/extension` | |||
.. _standards: http://symfony.com/PSR0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I don't see a reason why symfony should have a PSR0 page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
ok, turns out it was just redirecting to the PSR-0 standard:http://web.archive.org/web/20130814171407/http://symfony.com/PSR0
I don't see any reason to use it in our docs, instead of the official github link.
Since this PR is still alive and opened I've added some more fixes here. Regards. |
@peterkokot this now needs a rebase, and can you please change the PSR links tohttp://www.php-fig.org/psr/psr-0/ instead? |
@wouterj: rebased and links to PSR updated. Regards. |
Thanks Peter! I'm glad I left this open a bit longer so you could add more ;) - a lot of fixes! Cheers! |