File tree
Expand file treeCollapse file tree
42 files changed
+73
-459
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Test
- Component
- DependencyInjection
- Dumper
- Loader/schema/dic/services
- Tests
- Fixtures/xml
- Loader
- HttpKernel
- Attribute
- Controller
- ControllerMetadata
- DependencyInjection
- Event
- Exception
- Tests
- Controller
- DependencyInjection
- Ldap
- Runtime/Tests/phpt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
42 files changed
+73
-459
lines changedsrc/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
243 |
| - |
| 243 | + |
244 | 244 |
|
245 | 245 |
|
246 | 246 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1940 | 1940 |
|
1941 | 1941 |
|
1942 | 1942 |
|
1943 |
| - |
| 1943 | + |
1944 | 1944 |
|
1945 | 1945 |
|
1946 | 1946 |
|
|
src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
222 |
| - |
223 |
| - |
224 |
| - |
| 222 | + |
| 223 | + |
225 | 224 |
|
226 | 225 |
|
227 | 226 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/deprecated_alias_definitions_without_package_and_version.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/deprecated_alias_definitions_without_package_and_version.xml-10Lines changed: 0 additions & 10 deletions
This file was deleted.
src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
466 | 466 |
|
467 | 467 |
|
468 | 468 |
|
469 |
| - |
470 |
| - |
471 |
| - |
472 |
| - |
473 |
| - |
474 |
| - |
475 |
| - |
476 |
| - |
477 |
| - |
478 |
| - |
479 | 469 |
|
480 | 470 |
|
481 | 471 |
|
|
src/Symfony/Component/HttpKernel/Attribute/ArgumentInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Attribute/ArgumentInterface.php-23Lines changed: 0 additions & 23 deletions
This file was deleted.
src/Symfony/Component/HttpKernel/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CHANGELOG.md+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
4 | 13 |
|
5 | 14 |
|
6 | 15 |
|
|
src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 | 35 |
|
46 | 36 |
|
47 | 37 |
|
|
src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php+2-9Lines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
| 51 | + |
| 52 | + |
60 | 53 |
|
61 | 54 |
|
62 | 55 |
|
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php-16Lines changed: 0 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
| ||
114 | 112 |
|
115 | 113 |
|
116 | 114 |
|
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 | 115 |
|
132 | 116 |
|
133 | 117 |
|
|
src/Symfony/Component/HttpKernel/DependencyInjection/ControllerArgumentValueResolverPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DependencyInjection/ControllerArgumentValueResolverPass.php+5-20Lines changed: 5 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 | 31 |
|
47 | 32 |
|
48 |
| - |
| 33 | + |
49 | 34 |
|
50 | 35 |
|
51 | 36 |
|
52 |
| - |
| 37 | + |
53 | 38 |
|
54 |
| - |
| 39 | + |
55 | 40 |
|
56 | 41 |
|
57 | 42 |
|
58 | 43 |
|
59 |
| - |
| 44 | + |
60 | 45 |
|
61 | 46 |
|
62 | 47 |
|
63 | 48 |
|
64 |
| - |
| 49 | + |
65 | 50 |
|
66 | 51 |
|
67 | 52 |
|
|
src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php+3-16Lines changed: 3 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 | 28 |
|
42 | 29 |
|
43 |
| - |
| 30 | + |
44 | 31 |
|
45 | 32 |
|
46 | 33 |
|
47 |
| - |
| 34 | + |
48 | 35 |
|
49 |
| - |
| 36 | + |
50 | 37 |
|
51 | 38 |
|
52 | 39 |
|
|
src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php+11-28Lines changed: 11 additions & 28 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 | 36 |
|
54 | 37 |
|
55 |
| - |
| 38 | + |
56 | 39 |
|
57 | 40 |
|
58 | 41 |
|
| ||
66 | 49 |
|
67 | 50 |
|
68 | 51 |
|
69 |
| - |
| 52 | + |
70 | 53 |
|
71 | 54 |
|
72 | 55 |
|
| ||
106 | 89 |
|
107 | 90 |
|
108 | 91 |
|
109 |
| - |
| 92 | + |
110 | 93 |
|
111 | 94 |
|
112 | 95 |
|
113 |
| - |
| 96 | + |
114 | 97 |
|
115 | 98 |
|
116 | 99 |
|
| ||
126 | 109 |
|
127 | 110 |
|
128 | 111 |
|
129 |
| - |
| 112 | + |
130 | 113 |
|
131 | 114 |
|
132 | 115 |
|
| ||
145 | 128 |
|
146 | 129 |
|
147 | 130 |
|
148 |
| - |
| 131 | + |
149 | 132 |
|
150 | 133 |
|
151 | 134 |
|
| ||
205 | 188 |
|
206 | 189 |
|
207 | 190 |
|
208 |
| - |
209 |
| - |
| 191 | + |
| 192 | + |
210 | 193 |
|
211 | 194 |
|
212 | 195 |
|
213 |
| - |
214 |
| - |
| 196 | + |
| 197 | + |
215 | 198 |
|
216 | 199 |
|
217 | 200 |
|
218 |
| - |
| 201 | + |
219 | 202 |
|
220 | 203 |
|
src/Symfony/Component/HttpKernel/DependencyInjection/RegisterLocaleAwareServicesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DependencyInjection/RegisterLocaleAwareServicesPass.php+4-17Lines changed: 4 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 | 26 |
|
40 | 27 |
|
41 |
| - |
| 28 | + |
42 | 29 |
|
43 | 30 |
|
44 | 31 |
|
45 | 32 |
|
46 | 33 |
|
47 |
| - |
| 34 | + |
48 | 35 |
|
49 | 36 |
|
50 | 37 |
|
51 | 38 |
|
52 |
| - |
| 39 | + |
53 | 40 |
|
54 | 41 |
|
55 | 42 |
|
56 | 43 |
|
57 | 44 |
|
58 |
| - |
| 45 | + |
59 | 46 |
|
60 | 47 |
|
61 | 48 |
|
|
0 commit comments