Commit 123d5b2
File tree
8 files changed
+68
-5
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle/DependencyInjection
- SecurityBundle/DependencyInjection
- Component
- DependencyInjection
- Tests
- Dumper
- Messenger/Tests/DependencyInjection
8 files changed
+68
-5
lines changed+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
44 | 56 |
|
45 | 57 |
|
46 | 58 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
145 | 146 |
|
146 | 147 |
|
147 | 148 |
|
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
148 | 153 |
|
149 | 154 |
|
150 | 155 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| ||
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
101 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
102 | 107 |
|
103 | 108 |
|
104 | 109 |
|
|
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 |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
|
src/Symfony/Component/DependencyInjection/Definition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
171 | 171 |
|
172 | 172 |
|
173 | 173 |
|
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
174 | 181 |
|
175 | 182 |
|
176 | 183 |
|
|
src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
30 | 43 |
|
31 | 44 |
|
32 | 45 |
|
| ||
49 | 62 |
|
50 | 63 |
|
51 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
52 | 87 |
|
53 | 88 |
|
54 | 89 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1082 | 1082 |
|
1083 | 1083 |
|
1084 | 1084 |
|
1085 |
| - |
| 1085 | + |
1086 | 1086 |
|
1087 | 1087 |
|
1088 | 1088 |
|
|
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
494 | 494 |
|
495 | 495 |
|
496 | 496 |
|
497 |
| - |
498 |
| - |
499 | 497 |
|
500 |
| - |
| 498 | + |
501 | 499 |
|
502 | 500 |
|
503 | 501 |
|
|
0 commit comments