Commit 582eb5c
committed
File tree
14 files changed
+53
-24
lines changedFilter options
- src/Symfony
- Bridge/ProxyManager
- LazyProxy/PhpDumper
- Tests/LazyProxy/Fixtures/php
- Component
- DependencyInjection
- Compiler
- Extension
- Tests
- Compiler
- Fixtures
- Dotenv
- Tests
- HttpClient
- HttpFoundation/Session/Storage
- Handler
- HttpKernel
14 files changed
+53
-24
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| 63 | + |
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
|
src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
126 | 127 |
|
127 | 128 |
|
128 | 129 |
|
129 |
| - |
130 |
| - |
| 130 | + |
| 131 | + |
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
|
src/Symfony/Component/DependencyInjection/Extension/Extension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Extension/Extension.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
84 | 89 |
|
85 | 90 |
|
86 | 91 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| ||
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
52 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
53 | 61 |
|
54 | 62 |
|
55 | 63 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Component/Dotenv/Dotenv.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Dotenv.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
458 | 458 |
|
459 | 459 |
|
460 | 460 |
|
461 |
| - |
| 461 | + |
462 | 462 |
|
463 | 463 |
|
464 | 464 |
|
|
src/Symfony/Component/Dotenv/Tests/DotenvTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Tests/DotenvTest.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
446 | 457 |
|
447 | 458 |
|
448 | 459 |
|
|
src/Symfony/Component/HttpClient/Psr18Client.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Psr18Client.php+13-10Lines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
193 |
| - |
| 193 | + |
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 | 209 |
|
218 | 210 |
|
219 | 211 |
|
220 | 212 |
|
221 | 213 |
|
222 |
| - |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
223 | 226 |
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
869 | 869 |
|
870 | 870 |
|
871 | 871 |
|
872 |
| - |
873 |
| - |
874 |
| - |
875 |
| - |
| 872 | + |
| 873 | + |
| 874 | + |
| 875 | + |
876 | 876 |
|
877 | 877 |
|
878 | 878 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
404 |
| - |
405 |
| - |
| 404 | + |
406 | 405 |
|
407 | 406 |
|
408 | 407 |
|
409 | 408 |
|
410 |
| - |
411 | 409 |
|
412 | 410 |
|
413 | 411 |
|
|
src/Symfony/Component/HttpKernel/Kernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
471 | 471 |
|
472 | 472 |
|
473 | 473 |
|
474 |
| - |
| 474 | + |
475 | 475 |
|
476 | 476 |
|
477 | 477 |
|
|
0 commit comments