Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 31, 2023
1 parent 3684d13 commit 3fa7fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/File/Content/ChunksTest.php
Expand Up @@ -296,7 +296,7 @@ public function testFunctional()

private function lines(array $chunks): array
{
return \explode("\n", implode('', $chunks));
return \explode("\n", \implode('', $chunks));
}

private function chunks(): Set
Expand Down

0 comments on commit 3fa7fd8

Please sign in to comment.