diff --git a/src/spec/Operation.php b/src/spec/Operation.php index b052532..bc938ff 100644 --- a/src/spec/Operation.php +++ b/src/spec/Operation.php @@ -14,12 +14,12 @@ * * @link https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#operationObject * - * @property string[] $tags + * @property list $tags * @property string $summary * @property string $description * @property ExternalDocumentation|null $externalDocs * @property string $operationId - * @property Parameter[]|Reference[] $parameters + * @property list $parameters * @property RequestBody|Reference|null $requestBody * @property Responses|Response[]|null $responses * @property Callback[]|Reference[] $callbacks