diff --git a/src/GrammarError.php b/src/GrammarError.php index a23b971..076b855 100644 --- a/src/GrammarError.php +++ b/src/GrammarError.php @@ -46,7 +46,10 @@ class GrammarError */ public string $shortDescription; - /** @internal */ + /** + * @internal + * @param array $suggestions + */ public function __construct(int $errorCode, int $startPosition, int $errorLength, array $suggestions, string $shortDescription) { $this->errorCode = $errorCode;