Skip to content

Commit

Permalink
Update $_required typehint (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored Apr 6, 2024
1 parent a268913 commit 7819531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotations/AbstractAnnotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract class AbstractAnnotation implements \JsonSerializable
/**
* The properties which are required by [the spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md).
*
* @var array
* @var string[]
*/
public static $_required = [];

Expand Down

0 comments on commit 7819531

Please sign in to comment.