File tree
13 files changed
+60
-22
lines changedFilter options
- src/Symfony/Component/Routing
- Annotation
- Loader
- Configurator
- Traits
- schema/routing
- Tests
- Fixtures/controller
- Loader
13 files changed
+60
-22
lines changedsrc/Symfony/Component/Routing/Annotation/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
| 138 | + |
138 | 139 |
|
139 | 140 |
|
140 | 141 |
|
141 |
| - |
| 142 | + |
142 | 143 |
|
143 | 144 |
|
144 | 145 |
|
| ||
157 | 158 |
|
158 | 159 |
|
159 | 160 |
|
160 |
| - |
| 161 | + |
161 | 162 |
|
162 | 163 |
|
163 | 164 |
|
| ||
208 | 209 |
|
209 | 210 |
|
210 | 211 |
|
211 |
| - |
| 212 | + |
212 | 213 |
|
213 | 214 |
|
214 | 215 |
|
|
src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php+5-3Lines changed: 5 additions & 3 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 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| ||
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
66 |
| - |
| 68 | + |
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
|
src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Component/Routing/Loader/XmlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/XmlFileLoader.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
111 |
| - |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
112 | 116 |
|
113 | 117 |
|
114 | 118 |
|
115 | 119 |
|
116 | 120 |
|
117 | 121 |
|
118 | 122 |
|
119 |
| - |
| 123 | + |
120 | 124 |
|
121 | 125 |
|
122 | 126 |
|
|
src/Symfony/Component/Routing/Loader/YamlFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/YamlFileLoader.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
201 |
| - |
| 201 | + |
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 |
| - |
| 213 | + |
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
|
src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
|
src/Symfony/Component/Routing/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Route.php+10-5Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| ||
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 |
| - |
| 112 | + |
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 |
| - |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
134 | 139 |
|
135 | 140 |
|
136 | 141 |
|
|
src/Symfony/Component/Routing/RouteCollection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollection.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
| 150 | + |
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.yml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.yml+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
| 7 | + |
5 | 8 |
|
6 | 9 |
|
7 | 10 |
|
|
src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
299 | 303 |
|
300 | 304 |
|
301 | 305 |
|
| ||
371 | 375 |
|
372 | 376 |
|
373 | 377 |
|
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
374 | 384 |
|
375 | 385 |
|
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
120 | 124 |
|
121 | 125 |
|
122 | 126 |
|
| ||
192 | 196 |
|
193 | 197 |
|
194 | 198 |
|
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
195 | 205 |
|
196 | 206 |
|
0 commit comments