Skip to content

Commit 9593669

Browse files
Merge branch '8.5' into 9.6
2 parents c0b6006 + aae0016 commit 9593669

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

src/Framework/Constraint/Constraint.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ protected function matches($other): bool
9393
/**
9494
* Throws an exception for the given compared value and test description.
9595
*
96-
* @param mixed $other evaluated value or object
97-
* @param string $description Additional information about the test
98-
* @param ComparisonFailure $comparisonFailure
96+
* @param mixed $other evaluated value or object
97+
* @param string $description Additional information about the test
9998
*
10099
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
101100
* @throws ExpectationFailedException

src/Framework/Constraint/Equality/IsEqual.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public function __construct($value, float $delta = 0.0, bool $canonicalize = fal
6161
* failure.
6262
*
6363
* @throws ExpectationFailedException
64-
*
65-
* @return bool
6664
*/
6765
public function evaluate($other, string $description = '', bool $returnResult = false): ?bool
6866
{

src/Framework/Constraint/JsonMatches.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ protected function matches($other): bool
6969
/**
7070
* Throws an exception for the given compared value and test description.
7171
*
72-
* @param mixed $other evaluated value or object
73-
* @param string $description Additional information about the test
74-
* @param ComparisonFailure $comparisonFailure
72+
* @param mixed $other evaluated value or object
73+
* @param string $description Additional information about the test
7574
*
7675
* @throws \PHPUnit\Framework\Exception
7776
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException

0 commit comments

Comments
 (0)