postmark-php
postmark-php copied to clipboard
Add missing '@throws PostmarkExcpetion', fix processRestRequest() @return type
Overview A small number of docblock fixes to better support IDEs
Changes
- add missing
@return PostmarkException
tag to all relevant methods - fix PostmarkClientBase::processRestRequest()
@return
type (wasobject
, should bearray
)
@atheken No rush in merging this, just adds a few nice docblock changes to keep IDEs a bit happier