@@ -198,7 +198,7 @@ public function getProductId()
198198     */ 
199199    public  function  getStockStatusChangedAuto ()
200200    {
201-         return  (bool )  $ this  ->_getData (static ::STOCK_STATUS_CHANGED_AUTO );
201+         return  (bool )$ this  ->_getData (static ::STOCK_STATUS_CHANGED_AUTO );
202202    }
203203
204204    /** 
@@ -219,7 +219,7 @@ public function getIsInStock()
219219        if  (!$ this  ->getManageStock ()) {
220220            return  true ;
221221        }
222-         return  (bool )  $ this  ->_getData (static ::IS_IN_STOCK );
222+         return  (bool )$ this  ->_getData (static ::IS_IN_STOCK );
223223    }
224224
225225    /** 
@@ -228,7 +228,7 @@ public function getIsInStock()
228228     */ 
229229    public  function  getIsQtyDecimal ()
230230    {
231-         return  (bool )  $ this  ->_getData (static ::IS_QTY_DECIMAL );
231+         return  (bool )$ this  ->_getData (static ::IS_QTY_DECIMAL );
232232    }
233233
234234    /** 
@@ -237,7 +237,7 @@ public function getIsQtyDecimal()
237237     */ 
238238    public  function  getIsDecimalDivided ()
239239    {
240-         return  (bool )  $ this  ->_getData (static ::IS_DECIMAL_DIVIDED );
240+         return  (bool )$ this  ->_getData (static ::IS_DECIMAL_DIVIDED );
241241    }
242242
243243    /** 
@@ -265,7 +265,7 @@ public function getShowDefaultNotificationMessage()
265265     */ 
266266    public  function  getUseConfigMinQty ()
267267    {
268-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_MIN_QTY );
268+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_MIN_QTY );
269269    }
270270
271271    /** 
@@ -289,7 +289,7 @@ public function getMinQty()
289289     */ 
290290    public  function  getUseConfigMinSaleQty ()
291291    {
292-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_MIN_SALE_QTY );
292+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_MIN_SALE_QTY );
293293    }
294294
295295    /** 
@@ -314,7 +314,7 @@ public function getMinSaleQty()
314314     */ 
315315    public  function  getUseConfigMaxSaleQty ()
316316    {
317-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_MAX_SALE_QTY );
317+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_MAX_SALE_QTY );
318318    }
319319
320320    /** 
@@ -339,7 +339,7 @@ public function getMaxSaleQty()
339339     */ 
340340    public  function  getUseConfigNotifyStockQty ()
341341    {
342-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_NOTIFY_STOCK_QTY );
342+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_NOTIFY_STOCK_QTY );
343343    }
344344
345345    /** 
@@ -361,7 +361,7 @@ public function getNotifyStockQty()
361361     */ 
362362    public  function  getUseConfigEnableQtyInc ()
363363    {
364-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_ENABLE_QTY_INC );
364+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_ENABLE_QTY_INC );
365365    }
366366
367367    /** 
@@ -375,7 +375,7 @@ public function getEnableQtyIncrements()
375375        if  ($ this  ->getUseConfigEnableQtyInc ()) {
376376            return  $ this  ->stockConfiguration ->getEnableQtyIncrements ($ this  ->getStoreId ());
377377        }
378-         return  (bool )  $ this  ->getData (static ::ENABLE_QTY_INCREMENTS );
378+         return  (bool )$ this  ->getData (static ::ENABLE_QTY_INCREMENTS );
379379    }
380380
381381    /** 
@@ -386,7 +386,7 @@ public function getEnableQtyIncrements()
386386     */ 
387387    public  function  getUseConfigQtyIncrements ()
388388    {
389-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_QTY_INCREMENTS );
389+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_QTY_INCREMENTS );
390390    }
391391
392392    /** 
@@ -418,7 +418,7 @@ public function getQtyIncrements()
418418     */ 
419419    public  function  getUseConfigBackorders ()
420420    {
421-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_BACKORDERS );
421+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_BACKORDERS );
422422    }
423423
424424    /** 
@@ -440,7 +440,7 @@ public function getBackorders()
440440     */ 
441441    public  function  getUseConfigManageStock ()
442442    {
443-         return  (bool )  $ this  ->_getData (static ::USE_CONFIG_MANAGE_STOCK );
443+         return  (bool )$ this  ->_getData (static ::USE_CONFIG_MANAGE_STOCK );
444444    }
445445
446446    /** 
0 commit comments