Skip to content

Commit 210beea

Browse files
Remove superfluous annotation
1 parent 1b79c8e commit 210beea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Framework/Constraint/IsAnything.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
*/
1010
namespace PHPUnit\Framework\Constraint;
1111

12-
use PHPUnit\Framework\ExpectationFailedException;
13-
1412
/**
1513
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
1614
*/
@@ -25,8 +23,6 @@ final class IsAnything extends Constraint
2523
* If $returnResult is true, the result of the evaluation is returned as
2624
* a boolean value instead: true in case of success, false in case of a
2725
* failure.
28-
*
29-
* @throws ExpectationFailedException
3026
*/
3127
public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool
3228
{

0 commit comments

Comments
 (0)