Passed
Pull Request — master (#293)
by Pierre
02:17
created
src/Entity/ShipmentTotalWeight.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @return int
72
+     * @return string
73 73
      */
74 74
     public function getWeight()
75 75
     {
Please login to merge, or discard this patch.
src/Entity/ShipmentServiceOptions.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -133,6 +133,9 @@
 block discarded – undo
133 133
         }
134 134
     }
135 135
 
136
+    /**
137
+     * @param DOMDocument $document
138
+     */
136 139
     public function toNode(?DOMDocument $document = null): \DOMNode
137 140
     {
138 141
         if (null === $document) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Ups\Entity;
4 4
 
5 5
 use DOMDocument;
6
-use DOMElement;
7 6
 use Ups\NodeInterface;
8 7
 
9 8
 // @todo Refactor to private properties
Please login to merge, or discard this patch.