Skip to content

Commit cee0e83

Browse files
committed
Fix CS
1 parent c29ef99 commit cee0e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/ConstraintValidatorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public function doValidate($value, $constraints = null, $groups = null)
473473
return $this;
474474
}
475475

476-
list($expectedValue, $expectedGroup, $expectedConstraints, $violation) = $this->expectedValidate[$this->validateCalls];
476+
[$expectedValue, $expectedGroup, $expectedConstraints, $violation] = $this->expectedValidate[$this->validateCalls];
477477

478478
Assert::assertSame($expectedValue, $value);
479479
$expectedConstraints($constraints);

0 commit comments

Comments
 (0)