Skip to content

Wrong type hint for some properties #34

@jdomenechb

Description

@jdomenechb

As an example, in class Operation, requestBody property is defined as:

* @property RequestBody|Reference $requestBody

However, if the requestBody property is NOT in the contract, getting the property results in null. Therefore, the type hint should be updated to reflect that.

This might happen with other properties in the same or other objects: what I've just posted is an example.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions