Skip to content

Commit

Permalink
Update Schema.php
Browse files Browse the repository at this point in the history
  • Loading branch information
momala454 committed Aug 22, 2023
1 parent 2851dc3 commit 034e115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotations/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Schema extends AbstractAnnotation
*
* @see [JSON schema validation](http://json-schema.org/latest/json-schema-validation.html#anchor76)
*
* @var string[]|int[]|float[]|\UnitEnum[]|class-string
* @var string[]|int[]|float[]|\UnitEnum[]|class-string|bool[]
*/
public $enum = Generator::UNDEFINED;

Expand Down

0 comments on commit 034e115

Please sign in to comment.