Commit 8a126c8
[DI] Deprecate string keys in arguments
1 parent 2ce36a6 commit 8a126c8Copy full SHA for 8a126c8
File tree
Expand file treeCollapse file tree
4 files changed
+17
-11
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Loader
Expand file treeCollapse file tree
4 files changed
+17
-11
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/DependencyInjection/ChildDefinition.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ChildDefinition.php+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
213 | 213 | |
214 | 214 | |
215 | 215 | |
216 | | - |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
217 | 221 | |
218 | 222 | |
219 | 223 | |
220 | | - |
221 | | - |
222 | 224 | |
223 | 225 | |
224 | 226 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | | - |
| 148 | + |
| 149 | + |
| 150 | + |
149 | 151 | |
150 | 152 | |
151 | 153 | |
152 | | - |
153 | 154 | |
154 | 155 | |
155 | 156 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php+9-5Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
| 46 | + |
46 | 47 | |
47 | 48 | |
48 | 49 | |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
49 | 54 | |
50 | 55 | |
51 | 56 | |
52 | 57 | |
53 | 58 | |
54 | 59 | |
55 | 60 | |
56 | | - |
57 | | - |
| 61 | + |
58 | 62 | |
59 | 63 | |
60 | 64 | |
| ||
63 | 67 | |
64 | 68 | |
65 | 69 | |
66 | | - |
67 | | - |
68 | | - |
| 70 | + |
| 71 | + |
| 72 | + |
69 | 73 | |
70 | 74 | |
71 | 75 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
25 | 24 | |
26 | 25 | |
|
0 commit comments