Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Jan 16, 2014
1 parent a0dd460 commit c50f041
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions reference/constraints/Email.rst
Expand Up @@ -99,7 +99,8 @@ strict
**type**: ``boolean`` **default**: ``false``

When false, the email will be validated against a simple regular expression.
If true, then the `egulias/email-validator`_ library is required to perform an RFC compliant validation.
If true, then the `egulias/email-validator`_ library is required to perform
an RFC compliant validation.

message
~~~~~~~
Expand All @@ -124,6 +125,4 @@ checkHost
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
check the validity of the MX *or* the A *or* the AAAA record of the host
of the given email.


.. _egulias/email-validator: https://packagist.org/packages/egulias/email-validator

0 comments on commit c50f041

Please sign in to comment.