File tree
12 files changed
+55
-31
lines changedFilter options
- src/Symfony/Component
- DependencyInjection
- Compiler
- Tests
- Compiler
- Fixtures/php
- HttpKernel
- DependencyInjection
- Tests/DependencyInjection
12 files changed
+55
-31
lines changed+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
15 | 20 |
|
16 | 21 |
|
17 | 22 |
|
|
+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
14 | 19 |
|
15 | 20 |
|
16 | 21 |
|
|
src/Symfony/Component/DependencyInjection/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 | 68 |
|
70 | 69 |
|
71 | 70 |
|
| ||
85 | 84 |
|
86 | 85 |
|
87 | 86 |
|
88 |
| - |
| 87 | + |
89 | 88 |
|
90 | 89 |
|
91 | 90 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
383 | 383 |
|
384 | 384 |
|
385 | 385 |
|
386 |
| - |
| 386 | + |
387 | 387 |
|
388 |
| - |
| 388 | + |
389 | 389 |
|
390 | 390 |
|
391 | 391 |
|
| ||
438 | 438 |
|
439 | 439 |
|
440 | 440 |
|
441 |
| - |
| 441 | + |
442 | 442 |
|
443 | 443 |
|
444 | 444 |
|
| ||
462 | 462 |
|
463 | 463 |
|
464 | 464 |
|
465 |
| - |
466 |
| - |
| 465 | + |
| 466 | + |
467 | 467 |
|
468 | 468 |
|
469 | 469 |
|
| ||
519 | 519 |
|
520 | 520 |
|
521 | 521 |
|
522 |
| - |
| 522 | + |
523 | 523 |
|
524 | 524 |
|
525 | 525 |
|
| ||
549 | 549 |
|
550 | 550 |
|
551 | 551 |
|
552 |
| - |
| 552 | + |
553 | 553 |
|
554 | 554 |
|
555 | 555 |
|
| ||
647 | 647 |
|
648 | 648 |
|
649 | 649 |
|
650 |
| - |
| 650 | + |
651 | 651 |
|
652 | 652 |
|
653 | 653 |
|
| ||
662 | 662 |
|
663 | 663 |
|
664 | 664 |
|
665 |
| - |
| 665 | + |
666 | 666 |
|
667 | 667 |
|
668 | 668 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| ||
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 |
| - |
| 60 | + |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
|
src/Symfony/Component/DependencyInjection/TypedReference.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/TypedReference.php+17-3Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 | 27 |
|
29 | 28 |
|
30 |
| - |
| 29 | + |
31 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 |
| - |
35 | 39 |
|
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
42 | 49 |
|
43 | 50 |
|
| 51 | + |
| 52 | + |
44 | 53 |
|
45 | 54 |
|
46 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
47 | 59 |
|
48 | 60 |
|
| 61 | + |
| 62 | + |
49 | 63 |
|
50 | 64 |
|
51 | 65 |
|
src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
|
src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
| 171 | + |
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
|
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
0 commit comments