Passed
Pull Request — master (#151)
by
unknown
05:33 queued 02:22
created
src/Entity/BillShipper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * @param null|DOMDocument $document
37 37
      *
38
-     * @return DOMElement
38
+     * @return \DOMElement
39 39
      */
40 40
     public function toNode(DOMDocument $document = null)
41 41
     {
Please login to merge, or discard this patch.
src/Entity/ShipmentCharge.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * @param null|DOMDocument $document
42 42
      *
43
-     * @return DOMElement
43
+     * @return \DOMElement
44 44
      */
45 45
     public function toNode(DOMDocument $document = null)
46 46
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * @param bool $consigneeBilled
113
-     * @return PaymentInformation
113
+     * @return ShipmentCharge
114 114
      */
115 115
     public function setConsigneeBilled($consigneeBilled)
116 116
     {
Please login to merge, or discard this patch.
src/Entity/ItemizedPaymentInformation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * @param null|DOMDocument $document
37 37
      *
38
-     * @return DOMElement
38
+     * @return \DOMElement
39 39
      */
40 40
     public function toNode(DOMDocument $document = null)
41 41
     {
Please login to merge, or discard this patch.