Completed
Push — master ( 12cca3...dbdd43 )
by Jason
03:56 queued 49s
created
src/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.
src/FoxyStripeOptionInventoryManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     public function getNumberAvailable()
59 59
     {
60 60
         if ($this->getIsOptionAvailable()) {
61
-            return (int)$this->owner->PurchaseLimit - (int)$this->getNumberPurchased();
61
+            return (int) $this->owner->PurchaseLimit - (int) $this->getNumberPurchased();
62 62
         }
63 63
     }
64 64
 
Please login to merge, or discard this patch.