Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update page_creation.rst#7012
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
paolovas commentedSep 26, 2016
missing <?php |
javiereguiluz commentedSep 28, 2016
@paolovas thanks for reporting this. You are right and those opening tags are missing. However, instead of a "bug", this is considered a "feature" of the docs. It was decided a while ago to remove all the opening and closing PHP tags in the examples of the docs. In the past we've receivedsome issues andsome pull requests similar to this one and they were always rejected for not considering those tags strictly necessary for the code snippets shown in the docs. The good news is that we addedthis feature to Symfony so you get an error message when the opening tag is missing. For these reasons, I'm closing this pull request as "won't fix". I'm sorry. |
missing <?php