Commit 995ac0a
committed
Merge branch '5.4' into 6.0
* 5.4:
[Semaphore] fix tests
[HttpClient] fix destructing CurlResponse
[Cache] Fix connecting to Redis via a socket file
[DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters
[PropertyAccessor] Add missing TypeError catch
[HttpKernel] Fixed error count by log not displayed in WebProfilerBundle
Added `kernel.event_listener` to the default list of behavior describing tags, fixing AsEventListener attribute not working on decorators.
[WebProfilerBundle] Fixes weird spacing in log message context/trace output
[Notifier] fix Microsoft Teams webhook url
[FrameworkBundle] Fix log channel of TagAwareAdapter
[Postmark] ensure only a single tag can be used with Postmark
[Mailer] allow Mailchimp to handle multiple TagHeader's
[HttpClient] Fix Content-Length header when possible
[DependencyInjection] Don't dump polyfilled classes in preload scriptFile tree
4 files changed
+6
-6
lines changed- Tests/Store
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments