diff --git a/src/Support/HigherOrderCallables.php b/src/Support/HigherOrderCallables.php index c6533929..9790d2cb 100644 --- a/src/Support/HigherOrderCallables.php +++ b/src/Support/HigherOrderCallables.php @@ -44,7 +44,7 @@ final class HigherOrderCallables * * @param callable|TValue $value * - * @return Expectation + * @return Expectation<(callable(): mixed)|TValue> */ public function and(mixed $value) {