Skip to content

[Validator] - EmailConstraint reference #3469

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

Merged
merged 8 commits into from
Apr 2, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Use of Sphinx markup
  • Loading branch information
egulias committed Jan 12, 2014
commit e4a0e2f0ff892a3ec5ca9a7d45554b57d6b11fa5
2 changes: 1 addition & 1 deletion reference/constraints/Email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ strict
**type**: ``boolean`` **default**: ``false``

Will validate the email against a simple RegularExpression.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean: "When false, the email will be validated against a simple Regular Expression" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. As false is the default value I thought it was clear.
Should I change it to be more clear?

If true, then the library (`egulias/email-validator`)[https://packagist.org/packages/egulias/email-validator]
If true, then the `EmailValidator <https://packagist.org/packages/egulias/email-validator>`_ library
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't notice this the first time, you should not put the URL inline. Do this: (also not the change of the text)

If true, then the `egulias/email-validator`_ library is required
to perform an RFC compilant validation.

.. at the end of the document
.. _EmailValidator: https://packagist.org/packages/egulias/email-validator

is required to perform an RFC compilant validation.

message
Expand Down