Skip to content

Commit

Permalink
Fix PSR2 styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Soneritics committed Jul 28, 2020
1 parent a557724 commit 0653d7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Soneritics/PostNL/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function getPostalcodeService(): PostalcodeService
}

public function getShippingStatusService(): ShippingStatusService
{
return new ShippingStatusService($this->apiKey, $this->customer, $this->endpoints->ShippingStatus);
}
{
return new ShippingStatusService($this->apiKey, $this->customer, $this->endpoints->ShippingStatus);
}
}
6 changes: 3 additions & 3 deletions Soneritics/PostNL/Endpoints/Endpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ abstract class Endpoints
*/
public $PostalCode;

/**
* @var string
*/
/**
* @var string
*/
public $ShippingStatus;

/**
Expand Down

0 comments on commit 0653d7a

Please sign in to comment.