Skip to content

Commit

Permalink
Added PHPDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin.schmick committed Dec 29, 2021
1 parent ae1e827 commit 5ec34a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ShipEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,9 @@ public function removeTagFromShipment(
);
}

/**
* @throws UnknownProperties
*/
private function shipmentsToObjects(array $shipments) : array
{
$shipment_objects = [];
Expand Down

0 comments on commit 5ec34a6

Please sign in to comment.