Completed
Pull Request — master (#197)
by
unknown
04:20 queued 25s
created
src/Entity/Shipment.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -550,9 +550,9 @@
 block discarded – undo
550 550
         $this->deliveryTimeInformation = $deliveryTimeInformation;
551 551
     }
552 552
     
553
-     /**
554
-     * @return ShipmentTotalWeight
555
-     */
553
+        /**
554
+         * @return ShipmentTotalWeight
555
+         */
556 556
     public function getShipmentTotalWeight()
557 557
     {
558 558
         return $this->ShipmentTotalWeight;
Please login to merge, or discard this patch.