8000 [Validator] Delete obsolete statement in Regex::getHtmlPattern() phpDoc · symfony/symfony@3bdf8d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bdf8d7

Browse files
[Validator] Delete obsolete statement in Regex::getHtmlPattern() phpDoc
1 parent e16be83 commit 3bdf8d7

File tree

1 file changed

+0
-3
lines changed
  • src/Symfony/Component/Validator/Constraints

1 file changed

+0
-3
lines changed

src/Symfony/Component/Validator/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)
0