Skip to content

Commit

Permalink
Merge pull request #127 from marcelthole/resolve-126
Browse files Browse the repository at this point in the history
Fix wrong annotation in Responseobject according to bugreport 126
  • Loading branch information
cebe committed Oct 18, 2021
2 parents 1e5e590 + d8c53b3 commit 859071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/Response.php
Expand Up @@ -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
Expand Down

0 comments on commit 859071c

Please sign in to comment.