From ed1f105db5e512d21bc9d6a4303895325f9f1b2b Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Sat, 23 Mar 2024 19:29:24 +1300 Subject: [PATCH] Mark `Schema::examples` as 3.1.0 only --- src/Annotations/Schema.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Annotations/Schema.php b/src/Annotations/Schema.php index 441f4e21..6a8bbcf2 100644 --- a/src/Annotations/Schema.php +++ b/src/Annotations/Schema.php @@ -333,6 +333,8 @@ class Schema extends AbstractAnnotation * The examples object is mutually exclusive of the example object. * Furthermore, if referencing a schema which contains an example, the examples value shall override the example provided by the schema. * + * @since 3.1.0 + * * @var array */ public $examples = Generator::UNDEFINED;