File tree
24 files changed
+192
-47
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- Kernel
- Resources/config
- Component
- Config/Loader
- DependencyInjection
- Loader
- Configurator
- schema/dic/services
- HttpKernel
- Routing
- Loader
- Configurator
- schema/routing
24 files changed
+192
-47
lines changedsrc/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
155 |
| - |
| 155 | + |
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| ||
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
| - |
| 196 | + |
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
| 59 | + |
58 | 60 |
|
59 | 61 |
|
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
63 | 65 |
|
| 66 | + |
64 | 67 |
|
65 | 68 |
|
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
69 | 72 |
|
| 73 | + |
70 | 74 |
|
71 | 75 |
|
72 | 76 |
|
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
| 80 | + |
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
79 | 84 |
|
80 | 85 |
|
81 | 86 |
|
| 87 | + |
82 | 88 |
|
83 | 89 |
|
84 | 90 |
|
|
src/Symfony/Component/Config/Loader/FileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Loader/FileLoader.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
|
src/Symfony/Component/Config/Loader/Loader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Loader/Loader.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
24 | 30 |
|
25 | 31 |
|
26 | 32 |
|
|
src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 |
| - |
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
|
src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php+20-1Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| 47 | + |
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
| ||
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
74 | 93 |
|
75 | 94 |
|
76 | 95 |
|
|
src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/FileLoader.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
47 | 53 |
|
48 | 54 |
|
49 | 55 |
|
|
src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php+31-18Lines changed: 31 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
54 | 67 |
|
55 | 68 |
|
56 |
| - |
| 69 | + |
57 | 70 |
|
58 | 71 |
|
59 |
| - |
| 72 | + |
60 | 73 |
|
61 | 74 |
|
62 |
| - |
| 75 | + |
63 | 76 |
|
64 | 77 |
|
65 |
| - |
| 78 | + |
66 | 79 |
|
67 | 80 |
|
68 | 81 |
|
69 |
| - |
| 82 | + |
70 | 83 |
|
71 | 84 |
|
72 | 85 |
|
| ||
89 | 102 |
|
90 | 103 |
|
91 | 104 |
|
92 |
| - |
| 105 | + |
93 | 106 |
|
94 |
| - |
| 107 | + |
95 | 108 |
|
96 | 109 |
|
97 | 110 |
|
98 | 111 |
|
99 |
| - |
| 112 | + |
100 | 113 |
|
101 | 114 |
|
102 | 115 |
|
103 | 116 |
|
104 |
| - |
| 117 | + |
105 | 118 |
|
106 | 119 |
|
107 | 120 |
|
| ||
112 | 125 |
|
113 | 126 |
|
114 | 127 |
|
115 |
| - |
| 128 | + |
116 | 129 |
|
117 | 130 |
|
118 | 131 |
|
119 | 132 |
|
120 |
| - |
| 133 | + |
121 | 134 |
|
122 | 135 |
|
123 | 136 |
|
124 | 137 |
|
125 | 138 |
|
126 | 139 |
|
127 |
| - |
| 140 | + |
128 | 141 |
|
129 | 142 |
|
130 | 143 |
|
| ||
170 | 183 |
|
171 | 184 |
|
172 | 185 |
|
173 |
| - |
| 186 | + |
174 | 187 |
|
175 | 188 |
|
176 | 189 |
|
177 | 190 |
|
178 |
| - |
| 191 | + |
179 | 192 |
|
180 | 193 |
|
181 | 194 |
|
| ||
393 | 406 |
|
394 | 407 |
|
395 | 408 |
|
396 |
| - |
| 409 | + |
397 | 410 |
|
398 | 411 |
|
399 | 412 |
|
| ||
403 | 416 |
|
404 | 417 |
|
405 | 418 |
|
406 |
| - |
| 419 | + |
407 | 420 |
|
408 | 421 |
|
409 | 422 |
|
| ||
422 | 435 |
|
423 | 436 |
|
424 | 437 |
|
425 |
| - |
| 438 | + |
426 | 439 |
|
427 | 440 |
|
428 | 441 |
|
|
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
132 | 146 |
|
133 | 147 |
|
134 | 148 |
|
| ||
907 | 921 |
|
908 | 922 |
|
909 | 923 |
|
910 |
| - |
| 924 | + |
911 | 925 |
|
912 | 926 |
|
913 | 927 |
|
|
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+22Lines changed: 22 additions & 0 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 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
26 | 47 |
|
27 | 48 |
|
28 | 49 |
|
| ||
38 | 59 |
|
39 | 60 |
|
40 | 61 |
|
| 62 | + |
41 | 63 |
|
42 | 64 |
|
43 | 65 |
|
|
0 commit comments