Skip to content

Commit acfa85f

Browse files
[Validator] Delete obsolete statement in Regex::getHtmlPattern() phpDoc
1 parent c00da06 commit acfa85f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Constraints/Regex.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ public function getRequiredOptions()
6464
* Example: /^[a-z]+$/ would be converted to [a-z]+
6565
* However, if options are specified, it cannot be converted.
6666
*
67-
* Pattern is also ignored if match=false since the pattern should
68-
* then be reversed before application.
69-
*
7067
* @see http://dev.w3.org/html5/spec/single-page.html#the-pattern-attribute
7168
*
7269
* @return string|null

0 commit comments

Comments
 (0)