Skip to content

Commit 3746004

Browse files
Merge branch '6.4' into 7.2
* 6.4: - CS fixes
2 parents ee9a67e + b51fb6b commit 3746004

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Tests/Loader/YamlFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

Tests/Matcher/Dumper/StaticPrefixCollectionTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static function routeProvider()
4747
root
4848
prefix_segment
4949
leading_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
}

0 commit comments

Comments
 (0)