postmark-php icon indicating copy to clipboard operation
postmark-php copied to clipboard

Add missing '@throws PostmarkExcpetion', fix processRestRequest() @return type

Open webignition opened this issue 6 years ago • 1 comments

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 (was object, should be array)

webignition avatar Jul 26 '18 16:07 webignition

@atheken No rush in merging this, just adds a few nice docblock changes to keep IDEs a bit happier

webignition avatar Jul 26 '18 17:07 webignition