Skip to content

Commit 28e0e71

Browse files
freekmurzeStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6a7de29 commit 28e0e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TailTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function it_can_tail_the_collection_with_numbers()
3030
20,
3131
59,
3232
66,
33-
77
33+
77,
3434
];
3535

3636
$this->assertEquals($expected, $tail->toArray());
@@ -47,7 +47,7 @@ public function it_can_tail_the_collection_with_strings()
4747
'2',
4848
'3',
4949
'Hello',
50-
'Spatie'
50+
'Spatie',
5151
];
5252

5353
$this->assertEquals($expected, $tail->toArray());

0 commit comments

Comments
 (0)