Skip to content

Commit 7819531

Browse files
authored
Update $_required typehint (zircote#1568)
1 parent a268913 commit 7819531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Annotations/AbstractAnnotation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ abstract class AbstractAnnotation implements \JsonSerializable
4949
/**
5050
* The properties which are required by [the spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md).
5151
*
52-
* @var array
52+
* @var string[]
5353
*/
5454
public static $_required = [];
5555

0 commit comments

Comments
 (0)