Passed
Pull Request — master (#293)
by Pierre
02:52 queued 30s
created
src/Entity/ShipmentServiceOptions.php 1 patch
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): DOMElement
137 140
     {
138 141
         if (null === $document) {
Please login to merge, or discard this patch.