Passed
Push — master ( 0778d3...067151 )
by Petr
03:07
created
src/Pohoda/ListStock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         // validate / format options
58 58
         $resolver->setRequired('type');
59 59
         $resolver->setNormalizer('type', $this->normalizerFactory->getClosure('list_request_type'));
60
-        $resolver->setDefault('namespace', function (Options $options) {
60
+        $resolver->setDefault('namespace', function(Options $options) {
61 61
             if ('Stock' == $options['type']) {
62 62
                 return 'lStk';
63 63
             }
Please login to merge, or discard this patch.