8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16be83 commit 3bdf8d7Copy full SHA for 3bdf8d7
src/Symfony/Component/Validator/Constraints/Regex.php
@@ -64,9 +64,6 @@ public function getRequiredOptions()
64
* Example: /^[a-z]+$/ would be converted to [a-z]+
65
* However, if options are specified, it cannot be converted.
66
*
67
- * Pattern is also ignored if match=false since the pattern should
68
- * then be reversed before application.
69
- *
70
* @see http://dev.w3.org/html5/spec/single-page.html#the-pattern-attribute
71
72
* @return string|null
0 commit comments