Skip to content

Commit

Permalink
Docblock improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Oct 10, 2017
1 parent 8eb8a20 commit ddf4bae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Locator.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private function sendRequest(LocatorRequest $request, $requestOption)
* Create the TimeInTransit request.
*
* @param LocatorRequest $locatorRequest The request details. Refer to the UPS documentation for available structure
* @param $requestOption
* @param integer $requestOption
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct($accessKey = null, $userId = null, $password = null,
*
* @throws Exception
*
* @return stdClass
* @return \stdClass
*/
public function confirm(
$validation,
Expand Down
10 changes: 5 additions & 5 deletions src/Tradeability.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ private function createRequestLandedCost(LandedCostRequest $landedCostRequest)
/**
* Creates and sends a request for the given data. Most errors are handled in SoapRequest
*
* @param $request
* @param $endpoint
* @param $operation
* @param $wsdl
* @param string $request
* @param string $endpoint
* @param string $operation
* @param string $wsdl
*
* @throws Exception
*
* @return TimeInTransitRequest
* @return \stdClass
*/
private function sendRequest($request, $endpoint, $operation, $wsdl)
{
Expand Down

0 comments on commit ddf4bae

Please sign in to comment.