Skip to content

Commit 3bccf23

Browse files
committed
Fix code standards on callback
1 parent 86623fc commit 3bccf23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/Rules/StringValTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public function providerForInvalidInput()
4040

4141
return [
4242
[$rule, []],
43-
[$rule, function () { }],
43+
[$rule, function () {
44+
}],
4445
[$rule, new stdClass()],
4546
[$rule, null],
4647
[$rule, tmpfile()],

0 commit comments

Comments
 (0)