Skip to content

Commit

Permalink
fix typo (#51535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei0804-ie authored May 22, 2024
1 parent d9ecc22 commit 240c8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Validation/ValidationRequiredIfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ValidationRequiredIfTest extends TestCase
{
public function testItClousureReturnsFormatsAStringVersionOfTheRule()
public function testItClosureReturnsFormatsAStringVersionOfTheRule()
{
$rule = new RequiredIf(function () {
return true;
Expand Down

0 comments on commit 240c8a0

Please sign in to comment.