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 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): \DOMNode
137 140
     {
138 141
         if (null === $document) {
Please login to merge, or discard this patch.