Completed
Push — master ( fc66c8...b539d9 )
by ANTHONIUS
16s queued 13s
created
src/Compiler/ValidationConfiguratorPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     private function configureValidation(ContainerBuilder $container, ModuleInterface $module): void
50 50
     {
51 51
         $files        = [];
52
-        $fileRecorder = function ($extension, $path) use (&$files): void {
52
+        $fileRecorder = function($extension, $path) use (&$files): void {
53 53
             $files['xml'][] = $path;
54 54
         };
55 55
 
Please login to merge, or discard this patch.