Skip to content

Commit 95a9c46

Browse files
Merge branch '5.2' into 5.x
* 5.2: fixed parser Fixed bugs found by psalm [FrameworkBundle] Dont store cache misses on warmup fix test Update references to the ContainerConfigurator [Translation] Remove file added back from a bad merge Fix sleep value [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 [Stopwatch] Document new "name" property of StopwatchEvent [DependencyInjection] Fix "url" env var processor behavior when the url has no path Fixed support for nodes not extending BaseNode [FrameworkBundle] dont access the container to configure http_cache add missing queue_name to find(id) in doctrine messenger transport [Config][FrameworkBundle] Hint to use PHP 8+ or to install Annotations to use attributes/annots [Serializer] AbstractNormalizer force null for non-optional nullable constructor parameter denormalization when not present in input
2 parents 4418aae + 1c78e9b commit 95a9c46

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
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

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
},
5757
"suggest": {
5858
"psr/cache-implementation": "For using the mapping cache.",
59-
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
60-
"doctrine/cache": "For using the default cached annotation reader.",
6159
"symfony/http-foundation": "",
6260
"symfony/intl": "",
6361
"symfony/translation": "For translating validation errors.",

0 commit comments

Comments
 (0)