Commit 98d2c32
committed
Merge branch '6.3' into 6.4
* 6.3:
[Scheduler] Fix `PeriodicalTrigger` from argument for stateful run dates
cs fix
[Messenger] Fix passing options set via tags to handler descriptors
random_bytes length should be an int greater than 0
enforce UTC timezone in test
[DependencyInjection] Fix autocasting null env values to empty string
Fix executable bit
Fix executable bit
Readme: Replace Stack Overflow with GitHub Discussions
[DoctrineBridge] Remove outdated comment
[DependencyInjection] Fix annotation
[DoctrineBridge] Improve subscriber deprecation message
[SecurityBundle] Do not translate `Bearer` header’s `error_description`
[Lock] add missing UPGRADE and CHANGELOG Lock mention #50689
[String] Fix Inflector for 'status'
[DependencyInjection] Fix resource tracking for lazy services
[EventDispatcher] [EventDispatcher] Throw exception when listener method cannot be resolved
[Serializer] Fix type error not be accessed before initializationFile tree
2 files changed
+12
-0
lines changed- Inflector
- Tests/Inflector
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
| |||
279 | 285 | | |
280 | 286 | | |
281 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
282 | 291 | | |
283 | 292 | | |
284 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| 284 | + | |
282 | 285 | | |
283 | 286 | | |
284 | 287 | | |
| |||
0 commit comments