Passed
Pull Request — master (#346)
by
unknown
48s
created
src/Entity/ShipmentRequestLabelSpecification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.