Skip to content

Commit

Permalink
Update ToStringTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Oct 23, 2024
1 parent 7c2368b commit ac3396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Form/DataTransformer/ToStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function testInvalidReverseTransform(): void

public function testInvalidCronReverseTransform(): void
{
$this->invalidReverseTransform("* * * * * *");
$this->invalidReverseTransform('* * * * * *');
}

/**
Expand Down

0 comments on commit ac3396b

Please sign in to comment.