Passed
Branch 1.x (84a3e3)
by Aleksei
13:11
created
Category
src/FromFilesSchemaProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         }
51 51
 
52 52
         $files = \array_map(
53
-            function ($file) {
53
+            function($file) {
54 54
                 if (!\is_string($file)) {
55 55
                     throw new ConfigurationException('The `files` parameter must contain string values.');
56 56
                 }
Please login to merge, or discard this patch.