From d8c53b3db1655b7dab05cd9d497b1df93cc154d7 Mon Sep 17 00:00:00 2001 From: Marcel Thole Date: Sat, 16 Oct 2021 12:57:57 +0200 Subject: [PATCH] Fix wrong annotation in Responseobject according to bugreport 126 --- src/spec/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/Response.php b/src/spec/Response.php index a28d265d..459ad14d 100644 --- a/src/spec/Response.php +++ b/src/spec/Response.php @@ -16,7 +16,7 @@ * * @property string $description * @property Header[]|Reference[] $headers - * @property MediaType[]|Reference[] $content + * @property MediaType[] $content * @property Link[]|Reference[] $links */ class Response extends SpecBaseObject