We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b79c8e commit 210beeaCopy full SHA for 210beea
src/Framework/Constraint/IsAnything.php
@@ -9,8 +9,6 @@
9
*/
10
namespace PHPUnit\Framework\Constraint;
11
12
-use PHPUnit\Framework\ExpectationFailedException;
13
-
14
/**
15
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
16
@@ -25,8 +23,6 @@ final class IsAnything extends Constraint
25
23
* If $returnResult is true, the result of the evaluation is returned as
26
24
* a boolean value instead: true in case of success, false in case of a
27
* failure.
28
- *
29
- * @throws ExpectationFailedException
30
31
public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool
32
{
0 commit comments