Skip to content

Commit

Permalink
Format code (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Aug 8, 2024
1 parent 0197d31 commit 2d86f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TranslatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function () use ($t) {
public function testIsCountable()
{
$this->assertTrue(is_countable([]));
$this->assertTrue(is_countable(new class() implements Countable {
$this->assertTrue(is_countable(new class implements Countable {
public function count()
{
return 0;
Expand Down

0 comments on commit 2d86f01

Please sign in to comment.