Commit 9fe502f
committed
Merge branch '6.4' into 7.0
* 6.4:
[AssetMapper] Handle assets with non-ascii characters in dev server
[Translation] Fix `TranslationNodeVisitor` with constant domain
CS fix
[Routing] Remove `@final` annotation from `Route` attribute
[Messenger] [AMQP] Throw exception on `nack` callback
[Validator] revise Latvian translations
[ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
[HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
[Cache] Fix possible infinite loop in `CachePoolPass`
grab a service from the container only if it exists
[Mime] Fix undefined array key 0 when empty sender
[Console] Allow '0' as a $shortcut in InputOption.php
fix multi-byte code area to convert
[Validator] Make it explicit when English translation differs from its resource nameFile tree
2 files changed
+23
-0
lines changed- NodeVisitor
- Tests/Translation
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
152 | 168 | | |
153 | 169 | | |
154 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
79 | 86 | | |
80 | 87 | | |
81 | 88 | | |
| |||
0 commit comments