From 8280ccb07fffd8158ebde2df30fd0bfbdc6e0556 Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Mon, 2 Dec 2024 12:02:15 +1300 Subject: [PATCH] Add Yaml flags type-hint --- src/Annotations/AbstractAnnotation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Annotations/AbstractAnnotation.php b/src/Annotations/AbstractAnnotation.php index 227bc21e..bd3cc994 100644 --- a/src/Annotations/AbstractAnnotation.php +++ b/src/Annotations/AbstractAnnotation.php @@ -251,6 +251,8 @@ public function mergeProperties($object): void /** * Generate the documentation in YAML format. + * + * @param int-mask-of|null $flags A bit field of PARSE_* constants to customize the YAML parser behavior */ public function toYaml(?int $flags = null): string {