lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Fix type hinting for setIssueType in IssueField #387

Closed ZacRobinsonAu closed 3 years ago

ZacRobinsonAu commented 3 years ago
lesstif commented 3 years ago

hi @NJABreakdown .

thanks for your contribution, this repository using jsonmapper library, but jsonmapper does not support mixed type.

so i can't documented mixed type in PHPDoc.