Passed
Pull Request — master (#199)
by
unknown
03:12
created
src/Entity/ShipmentTotalWeight.php 1 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.