Skip to content

Commit 240c8a0

Browse files
authored
fix typo (#51535)
1 parent d9ecc22 commit 240c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validation/ValidationRequiredIfTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class ValidationRequiredIfTest extends TestCase
1111
{
12-
public function testItClousureReturnsFormatsAStringVersionOfTheRule()
12+
public function testItClosureReturnsFormatsAStringVersionOfTheRule()
1313
{
1414
$rule = new RequiredIf(function () {
1515
return true;

0 commit comments

Comments
 (0)