diff --git a/src/Functions.php b/src/Functions.php index 465f3add..09a65e92 100644 --- a/src/Functions.php +++ b/src/Functions.php @@ -24,8 +24,8 @@ if (! function_exists('expect')) { * * @template TValue * - * @param TValue|null $value - * @return Expectation + * @param TValue $value + * @return Expectation */ function expect(mixed $value = null): Expectation {