Skip to content

Commit

Permalink
Mark Schema::examples as 3.1.0 only
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Mar 23, 2024
1 parent 9ebe68d commit ed1f105
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Annotations/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<Examples>
*/
public $examples = Generator::UNDEFINED;
Expand Down

0 comments on commit ed1f105

Please sign in to comment.