Passed
Pull Request — master (#293)
by Pierre
02:17
created
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.