diff --git a/src/combinators.php b/src/combinators.php index f61ae17..8b82c48 100644 --- a/src/combinators.php +++ b/src/combinators.php @@ -392,7 +392,7 @@ function repeat(int $n, Parser $parser): Parser * * @template T * - * $psalm-param positive-int $n + * @psalm-param positive-int $n * @psalm-param Parser $parser * * @psalm-return Parser>