Skip to content

Commit 1c78e9b

Browse files
Merge branch '4.4' into 5.2
* 4.4: fixed parser Fixed bugs found by psalm [FrameworkBundle] Dont store cache misses on warmup [Cache] skip storing failure-to-save as misses in ArrayAdapter [Validator] Delete obsolete statement in Regex::getHtmlPattern() phpDoc [FrameworkBundle] Remove author comments for configuration and extension [DependencyInjection] Fix "url" env var processor behavior when the url has no path Fixed support for nodes not extending BaseNode add missing queue_name to find(id) in doctrine messenger transport [Serializer] AbstractNormalizer force null for non-optional nullable constructor parameter denormalization when not present in input
2 parents 58c6e22 + acfa85f commit 1c78e9b

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
@@ -89,9 +89,6 @@ public function getRequiredOptions()
8989
* Example: /^[a-z]+$/ would be converted to [a-z]+
9090
* However, if options are specified, it cannot be converted.
9191
*
92-
* Pattern is also ignored if match=false since the pattern should
93-
* then be reversed before application.
94-
*
9592
* @see http://dev.w3.org/html5/spec/single-page.html#the-pattern-attribute
9693
*
9794
* @return string|null

0 commit comments

Comments
 (0)