Commit 65eca8a
File tree
Expand file treeCollapse file tree
4 files changed
+44
-3
lines changedFilter options
- src/Symfony/Component/Routing
- Annotation
- Loader
- Tests
- Annotation
- Loader
Expand file treeCollapse file tree
4 files changed
+44
-3
lines changedsrc/Symfony/Component/Routing/Annotation/Route.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| 42 | + |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
| ||
127 | 131 |
|
128 | 132 |
|
129 | 133 |
|
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
130 | 154 |
|
src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php+16-3Lines changed: 16 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
112 | 113 |
|
113 | 114 |
|
114 | 115 |
|
| 116 | + |
| 117 | + |
115 | 118 |
|
116 | 119 |
|
117 | 120 |
|
| ||
140 | 143 |
|
141 | 144 |
|
142 | 145 |
|
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
143 | 154 |
|
144 | 155 |
|
145 | 156 |
|
| ||
175 | 186 |
|
176 | 187 |
|
177 | 188 |
|
| 189 | + |
| 190 | + |
178 | 191 |
|
179 | 192 |
|
180 | 193 |
|
181 | 194 |
|
182 | 195 |
|
183 | 196 |
|
184 |
| - |
| 197 | + |
185 | 198 |
|
186 | 199 |
|
187 | 200 |
|
|
src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
|
src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
|
0 commit comments