Passed
Pull Request — master (#21)
by
unknown
08:28 queued 04:36
created
src/Plugins/GlobalDataPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     public function __construct(
44 44
         ApplicationInterface $application,
45 45
         CustomerBunchProcessorInterface $customerBunchProcessor
46
-    ){
46
+    ) {
47 47
         $this->customerBunchProcessor = $customerBunchProcessor;
48 48
         parent::__construct($application);
49 49
     }
Please login to merge, or discard this patch.