AfterShip / aftership-sdk-php

The PHP SDK of AfterShip API
65 stars 46 forks source link

Fix missing type hinting in PHPDoc comments #11

Closed onno-vos-dev closed 9 years ago

onno-vos-dev commented 9 years ago

Fix the PHPDoc comments to include type hinting which was missing. Also included some exceptions that were missing from PHPDoc blocks.

onno-vos-dev commented 9 years ago

Fixed some type hinting in various function calls and constructors as well. Also included an exception in Request::send() if the current request_type is unsupported.