Skip to content

Commit

Permalink
Update ToStringTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac authored Oct 23, 2024
1 parent 857c423 commit f48ff00
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 f48ff00

Please sign in to comment.