diff --git a/src/functions.php b/src/functions.php index eaecd50..7205191 100644 --- a/src/functions.php +++ b/src/functions.php @@ -6,7 +6,11 @@ use RuntimeException; -/** @phpstan-return never */ +/** + * @internal + * + * @phpstan-return never + */ function absurd(): never { throw new RuntimeException('Called `absurd` function which should never be called');