@@ -71,17 +71,17 @@  | 
                                                    ||
| 71 | 71 | |
| 72 | 72 | protected function handleBegin(): callable  | 
                                                        
| 73 | 73 |      { | 
                                                        
| 74 | -        return function () {}; | 
                                                        |
| 74 | +        return function() {}; | 
                                                        |
| 75 | 75 | }  | 
                                                        
| 76 | 76 | |
| 77 | 77 | protected function handleBatch(): callable  | 
                                                        
| 78 | 78 |      { | 
                                                        
| 79 | -        return function () {}; | 
                                                        |
| 79 | +        return function() {}; | 
                                                        |
| 80 | 80 | }  | 
                                                        
| 81 | 81 | |
| 82 | 82 | protected function handleEnd(): callable  | 
                                                        
| 83 | 83 |      { | 
                                                        
| 84 | -        return function (array $errors) {}; | 
                                                        |
| 84 | +        return function(array $errors) {}; | 
                                                        |
| 85 | 85 | }  | 
                                                        
| 86 | 86 | |
| 87 | 87 | protected function getProcessor(InputInterface $input, OutputInterface $output): ProcessorInterface  |