Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/validator/Constraints/UrlValidator.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
line wrap: on
line diff
--- a/vendor/symfony/validator/Constraints/UrlValidator.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/symfony/validator/Constraints/UrlValidator.php Tue Jul 10 15:07:59 2018 +0100 @@ -92,7 +92,7 @@ Url::CHECK_DNS_TYPE_SOA, Url::CHECK_DNS_TYPE_SRV, Url::CHECK_DNS_TYPE_TXT, - ))) { + ), true)) { throw new InvalidOptionsException(sprintf('Invalid value for option "checkDNS" in constraint %s', get_class($constraint)), array('checkDNS')); }