@@ -247,7 +247,7 @@ |
||
247 | 247 | */ |
248 | 248 | public function setStockSizeWidth($stockSizeWidth) |
249 | 249 | { |
250 | - if (!is_int($stockSizeWidth) || !in_array($stockSizeWidth, [6,8])) |
|
250 | + if (!is_int($stockSizeWidth) || !in_array($stockSizeWidth, [6, 8])) |
|
251 | 251 | throw new \Exception('Label:StockSizeWidth only valid values are 6 or 8'); |
252 | 252 | |
253 | 253 | $this->stockSizeWidth = $stockSizeWidth; |