Skip to content

Commit d8c53b3

Browse files
committed
Fix wrong annotation in Responseobject according to bugreport 126
1 parent 1e5e590 commit d8c53b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec/Response.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @property string $description
1818
* @property Header[]|Reference[] $headers
19-
* @property MediaType[]|Reference[] $content
19+
* @property MediaType[] $content
2020
* @property Link[]|Reference[] $links
2121
*/
2222
class Response extends SpecBaseObject

0 commit comments

Comments
 (0)