Skip to content

Commit

Permalink
Added null to getDimensions return types
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-nechaev committed Apr 21, 2015
1 parent 27fafba commit b29bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ups/Entity/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function setDescription($description)
}

/**
* @return Dimensions
* @return Dimensions|null
*/
public function getDimensions()
{
Expand Down

0 comments on commit b29bc7a

Please sign in to comment.