Skip to content

Commit 4d56ae3

Browse files
committed
Fix coding standard
1 parent 4e116ad commit 4d56ae3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Debug/ValidationCollectorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public function testValidationRun() : void
8383

8484
public function testCustomValidatorsRules() : void
8585
{
86-
$validator = new class() extends Validator {
86+
$validator = new class() extends Validator
87+
{
8788
// @phpstan-ignore-next-line
8889
public static function foo(
8990
string $field,

0 commit comments

Comments
 (0)