Skip to content

Commit 656c16c

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 352f899 commit 656c16c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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)