Skip to content

Commit 598026b

Browse files
CS fixes
1 parent 1dbb16d commit 598026b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/Constraints/AbstractComparisonValidatorTestCase.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ public function testThrowsConstraintExceptionIfBothValueAndPropertyPath()
9999

100100
/**
101101
* @dataProvider provideAllValidComparisons
102-
*
103-
* @param mixed $dirtyValue
104-
* @param mixed $comparisonValue
105102
*/
106103
public function testValidComparisonToValue($dirtyValue, $comparisonValue)
107104
{
@@ -172,12 +169,6 @@ abstract public function provideValidComparisonsToPropertyPath(): array;
172169

173170
/**
174171
* @dataProvider provideAllInvalidComparisons
175-
*
176-
* @param mixed $dirtyValue
177-
* @param mixed $dirtyValueAsString
178-
* @param mixed $comparedValue
179-
* @param mixed $comparedValueString
180-
* @param string $comparedValueType
181172
*/
182173
public function testInvalidComparisonToValue($dirtyValue, $dirtyValueAsString, $comparedValue, $comparedValueString, $comparedValueType)
183174
{
@@ -290,9 +281,6 @@ abstract public function provideInvalidComparisons(): array;
290281

291282
abstract public function provideComparisonsToNullValueAtPropertyPath();
292283

293-
/**
294-
* @param array|null $options Options for the constraint
295-
*/
296284
abstract protected function createConstraint(array $options = null): Constraint;
297285

298286
protected function getErrorCode(): ?string

0 commit comments

Comments
 (0)