Skip to content

Commit c2b490d

Browse files
committed
style: break lines
1 parent 545f497 commit c2b490d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/system/Commands/Utilities/Routes/AutoRouteCollectorTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,14 @@ public function testGet()
8989
'popcorn/oops[/...]',
9090
'',
9191
'\\Tests\\Support\\Controllers\\Popcorn::oops',
92-
], [
92+
],
93+
[
9394
'auto',
9495
'popcorn/goaway[/...]',
9596
'',
9697
'\\Tests\\Support\\Controllers\\Popcorn::goaway',
97-
], [
98+
],
99+
[
98100
'auto',
99101
'popcorn/index3[/...]',
100102
'',

0 commit comments

Comments
 (0)