Update $_required typehint (#1568)

This commit is contained in:
Djordy Koert 2024-04-06 22:09:03 +02:00 committed by GitHub
parent a268913f2e
commit 7819531fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];