Commit 31ef132
File tree
13 files changed
+72
-8
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Resources/config
- schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/PropertyInfo/Extractor
13 files changed
+72
-8
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
|
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 |
---|---|---|
| ||
1199 | 1199 |
|
1200 | 1200 |
|
1201 | 1201 |
|
| 1202 | + |
1202 | 1203 |
|
| 1204 | + |
| 1205 | + |
| 1206 | + |
| 1207 | + |
| 1208 | + |
| 1209 | + |
1203 | 1210 |
|
1204 | 1211 |
|
1205 | 1212 |
|
|
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 |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
| 130 | + |
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
| ||
407 | 408 |
|
408 | 409 |
|
409 | 410 |
|
410 |
| - |
| 411 | + |
411 | 412 |
|
412 | 413 |
|
413 | 414 |
|
| ||
631 | 632 |
|
632 | 633 |
|
633 | 634 |
|
| 635 | + |
| 636 | + |
634 | 637 |
|
635 | 638 |
|
636 | 639 |
|
| ||
1960 | 1963 |
|
1961 | 1964 |
|
1962 | 1965 |
|
1963 |
| - |
| 1966 | + |
1964 | 1967 |
|
1965 | 1968 |
|
1966 | 1969 |
|
1967 | 1970 |
|
1968 | 1971 |
|
1969 | 1972 |
|
1970 | 1973 |
|
| 1974 | + |
| 1975 | + |
| 1976 | + |
| 1977 | + |
1971 | 1978 |
|
1972 | 1979 |
|
1973 | 1980 |
|
1974 | 1981 |
|
1975 | 1982 |
|
1976 | 1983 |
|
| 1984 | + |
1977 | 1985 |
|
1978 | 1986 |
|
1979 | 1987 |
|
1980 | 1988 |
|
1981 | 1989 |
|
1982 | 1990 |
|
| 1991 | + |
1983 | 1992 |
|
1984 | 1993 |
|
1985 | 1994 |
|
|
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 |
|
| ||
160 | 161 |
|
161 | 162 |
|
162 | 163 |
|
| 164 | + |
163 | 165 |
|
164 | 166 |
|
165 | 167 |
|
|
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 |
---|---|---|
| ||
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
| 361 | + |
361 | 362 |
|
362 | 363 |
|
363 | 364 |
|
|
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 |
---|---|---|
| ||
801 | 801 |
|
802 | 802 |
|
803 | 803 |
|
| 804 | + |
804 | 805 |
|
805 | 806 |
|
806 | 807 |
|
|
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 |
---|---|---|
| ||
1679 | 1679 |
|
1680 | 1680 |
|
1681 | 1681 |
|
| 1682 | + |
| 1683 | + |
| 1684 | + |
| 1685 | + |
| 1686 | + |
| 1687 | + |
| 1688 | + |
| 1689 | + |
1682 | 1690 |
|
1683 | 1691 |
|
1684 | 1692 |
|
|
src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php-6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
28 | 26 |
|
29 | 27 |
|
30 |
| - |
31 |
| - |
32 | 28 |
|
33 | 29 |
|
34 | 30 |
|
35 | 31 |
|
36 | 32 |
|
37 | 33 |
|
38 | 34 |
|
39 |
| - |
40 |
| - |
41 | 35 |
|
42 | 36 |
|
43 | 37 |
|
0 commit comments