@@ -61,7 +61,7 @@ |
||
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 | } |