We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371b1df commit 32802d8Copy full SHA for 32802d8
2 files changed
src/spec/Link.php
@@ -19,7 +19,7 @@
19
* @property array $parameters
20
* @property mixed $requestBody
21
* @property string $description
22
- * @property Server $server
+ * @property Server|null $server
23
*
24
*/
25
class Link extends SpecBaseObject
src/spec/Operation.php
@@ -20,8 +20,8 @@
* @property ExternalDocumentation|null $externalDocs
* @property string $operationId
* @property Parameter[]|Reference[] $parameters
- * @property RequestBody|Reference $requestBody
- * @property Responses $responses
+ * @property RequestBody|Reference|null $requestBody
+ * @property Responses|null $responses
* @property Callback[]|Reference[] $callbacks
26
* @property bool $deprecated
27
* @property SecurityRequirement[] $security
0 commit comments