Commit d2fcfbc
File tree
13 files changed
+74
-4
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/PropertyInfo/Extractor
13 files changed
+74
-4
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
15 | 18 |
|
16 | 19 |
|
17 | 20 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1157 | 1157 |
|
1158 | 1158 |
|
1159 | 1159 |
|
| 1160 | + |
1160 | 1161 |
|
| 1162 | + |
| 1163 | + |
| 1164 | + |
| 1165 | + |
| 1166 | + |
| 1167 | + |
1161 | 1168 |
|
1162 | 1169 |
|
1163 | 1170 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+11-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| 129 | + |
129 | 130 |
|
130 | 131 |
|
131 | 132 |
|
| ||
398 | 399 |
|
399 | 400 |
|
400 | 401 |
|
401 |
| - |
| 402 | + |
402 | 403 |
|
403 | 404 |
|
404 | 405 |
|
| ||
630 | 631 |
|
631 | 632 |
|
632 | 633 |
|
| 634 | + |
| 635 | + |
633 | 636 |
|
634 | 637 |
|
635 | 638 |
|
| ||
1936 | 1939 |
|
1937 | 1940 |
|
1938 | 1941 |
|
1939 |
| - |
| 1942 | + |
1940 | 1943 |
|
1941 | 1944 |
|
1942 | 1945 |
|
1943 | 1946 |
|
1944 | 1947 |
|
1945 | 1948 |
|
1946 | 1949 |
|
| 1950 | + |
| 1951 | + |
| 1952 | + |
| 1953 | + |
1947 | 1954 |
|
1948 | 1955 |
|
1949 | 1956 |
|
1950 | 1957 |
|
1951 | 1958 |
|
1952 | 1959 |
|
| 1960 | + |
1953 | 1961 |
|
1954 | 1962 |
|
1955 | 1963 |
|
1956 | 1964 |
|
1957 | 1965 |
|
1958 | 1966 |
|
| 1967 | + |
1959 | 1968 |
|
1960 | 1969 |
|
1961 | 1970 |
|
|
src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
| ||
152 | 153 |
|
153 | 154 |
|
154 | 155 |
|
| 156 | + |
155 | 157 |
|
156 | 158 |
|
157 | 159 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.php+6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| 47 | + |
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
49 | 55 |
|
50 | 56 |
|
51 | 57 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
| 337 | + |
337 | 338 |
|
338 | 339 |
|
339 | 340 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
706 | 706 |
|
707 | 707 |
|
708 | 708 |
|
| 709 | + |
709 | 710 |
|
710 | 711 |
|
711 | 712 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info_with_constructor_extractor.php
Copy file name to clipboard+12
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info_with_constructor_extractor.xml
Copy file name to clipboard+13
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php+8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1627 | 1627 |
|
1628 | 1628 |
|
1629 | 1629 |
|
| 1630 | + |
| 1631 | + |
| 1632 | + |
| 1633 | + |
| 1634 | + |
| 1635 | + |
| 1636 | + |
| 1637 | + |
1630 | 1638 |
|
1631 | 1639 |
|
1632 | 1640 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 | 20 |
|
23 | 21 |
|
24 | 22 |
|
|
0 commit comments