Commit 3a6e68b
committed
Merge branch '7.4' into 8.0
* 7.4:
[DependencyInjection][Routing] Fix nested config imports when returning PHP arrays
fix compatibility with Relay 0.12.1
[TypeInfo] Fix resolving use statements with line breaks
[FrameworkBundle] Fix normalization of enums in workflow transitions
Add missing return type for docblock Closure
don't use a fixed date fixture when assertions depend on relative times
[FrameworkBundle] Fix secrets:encrypt-from-local
[Security] Add support for `Sec-Fetch-Site` to `SameOriginCsrfTokenManager`
[Console] Optimize mostRecentlyEnteredValue() method
[HttpClient] Add QUERY to the list of retriable HTTP methods
Update regular expression in URL validator
[AssetMapper] Fix parsing @import that don't use url()
[Messenger] Add retry delay on amazon sqs
[Serializer] CsvEncoder to escape values starting with line feed when escape formulas is enabledFile tree
3 files changed
+5
-4
lines changed- Response
- Retry
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments