Completed
Push — master ( e104de...56f920 )
by Xavier
02:46
created
src/BpostPackage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
 
85 85
         // Some other stuff
86
-        $this->weight = (int)$response->weightInGrams;
86
+        $this->weight = (int) $response->weightInGrams;
87 87
         $this->customerReference = $response->customerReference;
88 88
         $this->requestedDeliveryMethod = $response->requestedDeliveryMethod;
89 89
 
Please login to merge, or discard this patch.