v2.1.95
·
21 commits
to master
since this release
Changes
Code Improvements
- Updated PHPDoc comments to use concise return type definitions, removing unnecessary comments. This enhances code readability and maintains clarity around the expected return types across various classes in the API client.
Refactoring
The following methods have been adjusted to improve code quality:
getMissingSystemSoftwareDependencies
getUpdatePolicy
getPaymentSettings
getOrderData
getTariffChangeData
getOrderData
(in multiple contexts)getNotificationRoles
getRelatedTo
getSharedWith
getBody
(in various response classes)
Deprecated return type comments were removed in multiple classes across the API, including but not limited to:
Conversation
,Invoice
,Domain
, andProject
schemas.
This refactoring ensures that the code adheres to best practices, promoting maintainability and clearer data handling in the API client.