Completed
Pull Request — master (#75)
by
unknown
04:42
created
src/Resource/Orders.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
             throw new \UnexpectedValueException('Informe o valor do item como inteiro');
55 55
         }
56 56
         
57
-        if (!is_int($quantity) || $quantity < 1){
57
+        if (!is_int($quantity) || $quantity < 1) {
58 58
             throw new \UnexpectedValueException('A quantidade do item deve ser um valor inteiro maior que 0');
59 59
         }
60 60
         
Please login to merge, or discard this patch.