Skip to content

Commit

Permalink
remove integer
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed Feb 13, 2018
1 parent 55013ce commit 39b0706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/sdk",
"version": "v1.3.5",
"version": "v1.3.6",
"description": "This package is designed to send and receive data from MyParcel by means of an API.",
"homepage": "https://www.myparcel.nl",
"tags": ["MyParcel", "My Parcel", "Post NL", "PostNL"],
Expand Down
2 changes: 1 addition & 1 deletion src/Model/MyParcelConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function setReferenceId($reference_id)
*/
public function getMyParcelConsignmentId()
{
return (int) $this->myparcel_consignment_id;
return $this->myparcel_consignment_id;
}

/**
Expand Down

0 comments on commit 39b0706

Please sign in to comment.