Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

config/validator/validation.yaml fix #11431

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
config/validator/validation.yaml fix
Validations in yaml will not work for a student passing through this section, since # config/validation.yaml was set while in the documentation for the component https://symfony.com/doc/current/validation.html#the-basics- Of-validation clearly states that: "These rules are usually defined using PHP code or annotations but they can also be defined as a validation.yaml or validation.xml file inside the config/validator/ directory:"
  • Loading branch information
pandalowry authored Apr 15, 2019
commit de4d0b0aae6d027f1f90fd986278ad05d1dff18c
2 changes: 1 addition & 1 deletion 2 forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ object.

.. code-block:: yaml

# config/validation.yaml
# config/validator/validation.yaml
App\Entity\Task:
properties:
task:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.