Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Aug 16, 2021
1 parent d84ce32 commit 73c7c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Validation/ValidationValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public function testCustomException()

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

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

try {
Expand Down

0 comments on commit 73c7c11

Please sign in to comment.