Completed
Pull Request — master (#123)
by
unknown
05:19
created
src/Entity/ShipTo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     private $address;
88 88
 
89 89
     /**
90
-     * @param \stdClass|object $attributes
90
+     * @param \stdClass $attributes
91 91
      */
92 92
     public function __construct(\stdClass $attributes = null)
93 93
     {
Please login to merge, or discard this patch.
src/TimeInTransit.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @throws Exception
43 43
      *
44
-     * @return TimeInTransitRequest
44
+     * @return TimeInTransitResponse
45 45
      */
46 46
     public function getTimeInTransit(TimeInTransitRequest $shipment)
47 47
     {
Please login to merge, or discard this patch.