Skip to content

Commit 73c7c11

Browse files
committed
Fix style
1 parent d84ce32 commit 73c7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validation/ValidationValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public function testCustomException()
633633

634634
$v = new Validator($trans, ['name' => ''], ['name' => 'required']);
635635

636-
$exception = new class ($v) extends ValidationException {};
636+
$exception = new class($v) extends ValidationException {};
637637
$v->setException($exception);
638638

639639
try {

0 commit comments

Comments
 (0)