Completed
Push — master ( f58c00...cdb107 )
by Jason
03:39
created
code/FoxyStripeInventoryManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     public function getNumberAvailable()
62 62
     {
63 63
         if ($this->getIsProductAvailable()) {
64
-            return (int)$this->owner->PurchaseLimit - (int)$this->getNumberPurchased();
64
+            return (int) $this->owner->PurchaseLimit - (int) $this->getNumberPurchased();
65 65
         }
66 66
 
67 67
     }
Please login to merge, or discard this patch.