Skip to content

Commit a240d37

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fix CS
2 parents f268dd1 + 4b566c8 commit a240d37

File tree

2 files changed

+297
-297
lines changed

2 files changed

+297
-297
lines changed

Tests/Constraints/AbstractComparisonValidatorTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ public function testThrowsConstraintExceptionIfBothValueAndPropertyPath()
9191
{
9292
$this->expectException(ConstraintDefinitionException::class);
9393
$this->expectExceptionMessage('requires only one of the "value" or "propertyPath" options to be set, not both.');
94-
$this->createConstraint(([
94+
$this->createConstraint([
9595
'value' => 'value',
9696
'propertyPath' => 'propertyPath',
97-
]));
97+
]);
9898
}
9999

100100
/**

0 commit comments

Comments
 (0)