Commit 3bd625f
committed
Merge branch '6.4' into 7.4
* 6.4:
[AssetMapper] Render an empty import map as a JSON object
[Translation] Fix test failing without the intl extension
[Mailer] [Mailchimp] Fix tests on low-deps
[HttpFoundation] Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS
Fix Content-Type key in createRequest method7 files changed
+24-2Lines changed: 24 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component
- AssetMapper
- ImportMap
- Tests/ImportMap
- HttpFoundation
- Tests
- Mailer/Bridge/Mailchimp
- Translation/Tests/Catalogue
- Webhook/Test
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
104 | 104 | |
105 | 105 | |
106 | 106 | |
107 | | - |
| 107 | + |
108 | 108 | |
109 | 109 | |
110 | 110 | |
|
Collapse file
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
229 | 229 | |
230 | 230 | |
231 | 231 | |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
232 | 247 | |
Collapse file
src/Symfony/Component/HttpFoundation/IpUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/IpUtils.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
|
Collapse file
src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
237 | 237 | |
238 | 238 | |
239 | 239 | |
| 240 | + |
240 | 241 | |
241 | 242 | |
242 | 243 | |
|
Collapse file
src/Symfony/Component/Mailer/Bridge/Mailchimp/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Mailchimp/composer.json+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
| 30 | + |
| 31 | + |
29 | 32 | |
30 | 33 | |
31 | 34 | |
|
Collapse file
src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| ||
82 | 83 | |
83 | 84 | |
84 | 85 | |
| 86 | + |
85 | 87 | |
86 | 88 | |
87 | 89 | |
|
Collapse file
src/Symfony/Component/Webhook/Test/AbstractRequestParserTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Webhook/Test/AbstractRequestParserTestCase.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
66 | | - |
| 66 | + |
67 | 67 | |
68 | 68 | |
69 | 69 | |
|
0 commit comments