Skip to content

Commit 790421c

Browse files
Merge pull request #72 from spatie/analysis-qxwm40
Apply fixes from StyleCI
2 parents 6a7de29 + 28e0e71 commit 790421c

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)