Passed
Branch 3.x (037f47)
by Loïc
11:00
created
Category
src/Bundle/Command/AbstractImportCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,17 +71,17 @@
 block discarded – undo
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
Please login to merge, or discard this patch.