Commit dcce1fc
committed
Merge branch '6.2' into 6.3
* 6.2:
fix merge
[DependencyInjection] Filter "container.excluded" services when using `findTaggedServiceIds()`
[Cache] Removing null coalescing assignment operator on 5.4
[Console] Add missing ZSH mention in DumpCompletionCommand help
[Cache] Fix storing binary keys when using pgsql
[FrameworkBundle] Add missing monolog channel tag for messenger services
update documentation for telegram bridge notifier
[FrameworkBundle] Improve documentation about translation:extract --sort option
[VarDumper] Disable links for IntelliJ platform
[Notifier] Add bridge documentation
[HttpClient] Add hint about `timeout` and `max_duration` options
[HttpFoundation] Use separate caches for IpUtils checkIp4 and checkIp6
[FrameworkBundle] Fix wiring session.handler when handler_id is null
[FrameworkBundle] Workflow - Fix LogicException about a wrong configuration of "enabled" nodeFile tree
3 files changed
+23
-4
lines changed- Session/Storage/Handler
- Tests
3 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
22 | 37 | | |
23 | 38 | | |
24 | 39 | | |
| |||
0 commit comments