Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Updated form/* articles to Symfony 4#8755
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
b969501 to82afb31Compareform/create_form_type_extension.rst Outdated
| ..code-block::html+php | ||
| <!--app/Resources/file_widget.html.php --> | ||
| <!--templates/form/file_widget.html.php --> |
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.
Should besrc/Resources/... for PHP templating engine, right?
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'm not sure ... but I've reverted my changes. In any case, we'll remove all PHP template examples very soon.
forms.rst Outdated
| ..code-block::yaml | ||
| # src/Resources/config/validation.yml | ||
| # src/Resources/config/validation.yaml |
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.
config/... ?
form/form_collections.rst Outdated
| ..code-block::yaml | ||
| # src/Resources/config/doctrine/Task.orm.yml | ||
| # src/Resources/config/doctrine/Task.orm.yaml |
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'm not sure ifyaml ext is already supported for Doctrine :/https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php#L33
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.
That's sad. Reverted.
javiereguiluz commentedNov 27, 2017
@yceruto thanks for your review! |
No description provided.