Passed
Pull Request — master (#199)
by
unknown
03:12
created
src/Entity/ShipmentTotalWeight.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @return int
73
+     * @return string|null
74 74
      */
75 75
     public function getWeight()
76 76
     {
Please login to merge, or discard this patch.
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,13 +11,13 @@
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-    * @var UnitOfMeasurement
15
-    **/
14
+     * @var UnitOfMeasurement
15
+     **/
16 16
     private $unitOfMeasurement;
17 17
 
18 18
     /**
19
-    * @var weight
20
-    **/
19
+     * @var weight
20
+     **/
21 21
     private $weight;
22 22
 
23 23
     public function __construct($response = null)
Please login to merge, or discard this patch.