Commit a4178f1
File tree
Expand file treeCollapse file tree
15 files changed
+81
-2
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config/schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/HttpClient
- Tests
- Contracts/HttpClient
- Test
- Fixtures/web
Expand file treeCollapse file tree
15 files changed
+81
-2
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1367 | 1367 |
|
1368 | 1368 |
|
1369 | 1369 |
|
| 1370 | + |
| 1371 | + |
| 1372 | + |
1370 | 1373 |
|
1371 | 1374 |
|
1372 | 1375 |
|
| ||
1503 | 1506 |
|
1504 | 1507 |
|
1505 | 1508 |
|
| 1509 | + |
| 1510 | + |
| 1511 | + |
1506 | 1512 |
|
1507 | 1513 |
|
1508 | 1514 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
495 | 495 |
|
496 | 496 |
|
497 | 497 |
|
| 498 | + |
498 | 499 |
|
499 | 500 |
|
500 | 501 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_full_default_options.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_full_default_options.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/http_client_full_default_options.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/http_client_full_default_options.xml+1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/http_client_full_default_options.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/http_client_full_default_options.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1547 | 1547 |
|
1548 | 1548 |
|
1549 | 1549 |
|
| 1550 | + |
1550 | 1551 |
|
1551 | 1552 |
|
1552 | 1553 |
|
|
src/Symfony/Component/HttpClient/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Component/HttpClient/CurlHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/CurlHttpClient.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
287 | 291 |
|
288 | 292 |
|
289 | 293 |
|
|
src/Symfony/Component/HttpClient/HttpClientTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/HttpClientTrait.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
| 116 | + |
116 | 117 |
|
117 | 118 |
|
118 | 119 |
|
|
src/Symfony/Component/HttpClient/NativeHttpClient.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/NativeHttpClient.php+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
117 | 122 |
|
118 | 123 |
|
119 | 124 |
|
| ||
127 | 132 |
|
128 | 133 |
|
129 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
130 | 142 |
|
131 | 143 |
|
132 | 144 |
|
| ||
166 | 178 |
|
167 | 179 |
|
168 | 180 |
|
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
169 | 185 |
|
170 | 186 |
|
171 | 187 |
|
|
0 commit comments