Commit bbea1e6
committed
File tree
13 files changed
+42
-73
lines changedFilter options
- src/Symfony/Component/Routing
- Loader
- Configurator
- Matcher
- Dumper
- Tests
- Fixtures
- Loader
13 files changed
+42
-73
lines changedsrc/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php+6-9Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
78 |
| - |
79 | 77 |
|
80 |
| - |
| 78 | + |
81 | 79 |
|
82 | 80 |
|
83 | 81 |
|
84 | 82 |
|
85 | 83 |
|
86 | 84 |
|
87 | 85 |
|
88 |
| - |
89 |
| - |
| 86 | + |
90 | 87 |
|
91 | 88 |
|
92 | 89 |
|
| ||
129 | 126 |
|
130 | 127 |
|
131 | 128 |
|
132 |
| - |
| 129 | + |
133 | 130 |
|
134 | 131 |
|
135 | 132 |
|
| ||
217 | 214 |
|
218 | 215 |
|
219 | 216 |
|
220 |
| - |
| 217 | + |
221 | 218 |
|
222 | 219 |
|
223 | 220 |
|
| ||
306 | 303 |
|
307 | 304 |
|
308 | 305 |
|
309 |
| - |
| 306 | + |
310 | 307 |
|
311 | 308 |
|
312 | 309 |
|
| ||
322 | 319 |
|
323 | 320 |
|
324 | 321 |
|
325 |
| - |
| 322 | + |
326 | 323 |
|
327 | 324 |
|
328 | 325 |
|
|
src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
86 | 84 |
|
87 | 85 |
|
88 |
| - |
| 86 | + |
89 | 87 |
|
90 | 88 |
|
91 | 89 |
|
|
src/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
|
src/Symfony/Component/Routing/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/XmlFileLoader.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
| 106 | + |
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
| ||
242 | 242 |
|
243 | 243 |
|
244 | 244 |
|
245 |
| - |
| 245 | + |
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
|
src/Symfony/Component/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/YamlFileLoader.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
| ||
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
160 |
| - |
| 160 | + |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
| ||
260 | 260 |
|
261 | 261 |
|
262 | 262 |
|
263 |
| - |
| 263 | + |
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
|
src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/Routing/Matcher/UrlMatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Matcher/UrlMatcher.php+5-14Lines changed: 5 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
| 131 | + |
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 |
| - |
211 |
| - |
212 |
| - |
213 | 210 |
|
214 | 211 |
|
215 |
| - |
| 212 | + |
216 | 213 |
|
217 | 214 |
|
218 | 215 |
|
| ||
227 | 224 |
|
228 | 225 |
|
229 | 226 |
|
230 |
| - |
231 |
| - |
232 |
| - |
233 | 227 |
|
234 | 228 |
|
235 |
| - |
| 229 | + |
236 | 230 |
|
237 | 231 |
|
238 | 232 |
|
| ||
245 | 239 |
|
246 | 240 |
|
247 | 241 |
|
248 |
| - |
249 |
| - |
250 |
| - |
251 | 242 |
|
252 | 243 |
|
253 |
| - |
| 244 | + |
254 | 245 |
|
255 | 246 |
|
256 | 247 |
|
| ||
276 | 267 |
|
277 | 268 |
|
278 | 269 |
|
279 |
| - |
| 270 | + |
280 | 271 |
|
281 | 272 |
|
282 | 273 |
|
|
src/Symfony/Component/Routing/RouteCollectionBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollectionBuilder.php+13-30Lines changed: 13 additions & 30 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 |
| - |
| 51 | + |
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 | 56 |
|
59 |
| - |
| 57 | + |
60 | 58 |
|
61 | 59 |
|
62 | 60 |
|
| ||
87 | 85 |
|
88 | 86 |
|
89 | 87 |
|
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 | 88 |
|
95 | 89 |
|
96 |
| - |
| 90 | + |
97 | 91 |
|
98 | 92 |
|
99 | 93 |
|
| ||
114 | 108 |
|
115 | 109 |
|
116 | 110 |
|
117 |
| - |
118 |
| - |
119 | 111 |
|
120 |
| - |
| 112 | + |
121 | 113 |
|
122 | 114 |
|
123 | 115 |
|
| ||
126 | 118 |
|
127 | 119 |
|
128 | 120 |
|
129 |
| - |
130 |
| - |
131 | 121 |
|
132 | 122 |
|
133 |
| - |
| 123 | + |
134 | 124 |
|
135 | 125 |
|
136 | 126 |
|
| ||
145 | 135 |
|
146 | 136 |
|
147 | 137 |
|
148 |
| - |
149 |
| - |
150 | 138 |
|
151 | 139 |
|
152 |
| - |
| 140 | + |
153 | 141 |
|
154 | 142 |
|
155 | 143 |
|
| ||
159 | 147 |
|
160 | 148 |
|
161 | 149 |
|
162 |
| - |
163 |
| - |
164 | 150 |
|
165 | 151 |
|
166 |
| - |
| 152 | + |
167 | 153 |
|
168 | 154 |
|
169 | 155 |
|
| ||
174 | 160 |
|
175 | 161 |
|
176 | 162 |
|
177 |
| - |
178 |
| - |
| 163 | + |
179 | 164 |
|
180 | 165 |
|
181 | 166 |
|
182 |
| - |
| 167 | + |
183 | 168 |
|
184 | 169 |
|
185 | 170 |
|
| ||
190 | 175 |
|
191 | 176 |
|
192 | 177 |
|
193 |
| - |
194 |
| - |
| 178 | + |
195 | 179 |
|
196 | 180 |
|
197 | 181 |
|
198 |
| - |
| 182 | + |
199 | 183 |
|
200 | 184 |
|
201 | 185 |
|
| ||
206 | 190 |
|
207 | 191 |
|
208 | 192 |
|
209 |
| - |
210 |
| - |
| 193 | + |
211 | 194 |
|
212 | 195 |
|
213 | 196 |
|
214 |
| - |
| 197 | + |
215 | 198 |
|
216 | 199 |
|
217 | 200 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
|
src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
0 commit comments