Commit 3d4b4fa
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
+4
-4
lines changed- Tests/Session/Storage/Handler
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments