Passed
Pull Request — master (#33)
by Matthias
10:53 queued 05:39
created
FileLocator/LocateComposerPackageDirectDependenciesSourceFiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
         $packageDir = dirname($composerJsonPath);
12 12
 
13 13
         $vendorDirs = array_values(array_map(
14
-            function (string $vendorName) use ($packageDir) {
14
+            function(string $vendorName) use ($packageDir) {
15 15
                 return $packageDir . '/vendor/' . $vendorName;
16 16
             },
17 17
             array_keys(json_decode(file_get_contents($composerJsonPath), true)['require'] ?? [])
Please login to merge, or discard this patch.