File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ public function testPriorityWithHost()
503503 {
504504 new LoaderResolver ([
505505 $ loader = new YamlFileLoader (new FileLocator (\dirname (__DIR__ ).'/Fixtures/locale_and_host ' )),
506- new class () extends AttributeClassLoader {
506+ new class extends AttributeClassLoader {
507507 protected function configureRoute (
508508 Route $ route ,
509509 \ReflectionClass $ class ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public static function routeProvider()
4747root
4848prefix_segment
4949leading_segment
50- EOF
50+ EOF ,
5151 ],
5252 'Nested - small group ' => [
5353 [
@@ -60,7 +60,7 @@ public static function routeProvider()
6060/prefix/segment/
6161-> prefix_segment
6262-> leading_segment
63- EOF
63+ EOF ,
6464 ],
6565 'Nested - contains item at intersection ' => [
6666 [
@@ -73,7 +73,7 @@ public static function routeProvider()
7373/prefix/segment/
7474-> prefix_segment
7575-> leading_segment
76- EOF
76+ EOF ,
7777 ],
7878 'Simple one level nesting ' => [
7979 [
@@ -88,7 +88,7 @@ public static function routeProvider()
8888-> nested_segment
8989-> some_segment
9090-> other_segment
91- EOF
91+ EOF ,
9292 ],
9393 'Retain matching order with groups ' => [
9494 [
@@ -110,7 +110,7 @@ public static function routeProvider()
110110-> dd
111111-> ee
112112-> ff
113- EOF
113+ EOF ,
114114 ],
115115 'Retain complex matching order with groups at base ' => [
116116 [
@@ -142,7 +142,7 @@ public static function routeProvider()
142142-> -> ee
143143-> -> ff
144144-> parent
145- EOF
145+ EOF ,
146146 ],
147147
148148 'Group regardless of segments ' => [
@@ -163,7 +163,7 @@ public static function routeProvider()
163163-> g1
164164-> g2
165165-> g3
166- EOF
166+ EOF ,
167167 ],
168168 ];
169169 }
You can’t perform that action at this time.
0 commit comments