Skip to content

v2.1.95

Compare
Choose a tag to compare
@mittwald-machine mittwald-machine released this 21 Jan 21:11
· 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, and Project schemas.

This refactoring ensures that the code adheres to best practices, promoting maintainability and clearer data handling in the API client.