Passed
Push — master ( 382e1a...3fd618 )
by Allan
03:29
created
src/Resolvers/PackageInfoResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
         $pathUtils = $this->pathUtils;
90 90
         
91 91
         $sourcePaths = array_map(
92
-            function ($path) use ($installPath, $pathUtils) {
92
+            function($path) use ($installPath, $pathUtils) {
93 93
                 return $pathUtils->composePath($installPath, $path);
94 94
             },
95 95
             $autoloadConfig[ConfigKeys::PSR4_CONFIG]
Please login to merge, or discard this patch.
src/Resolvers/ChangelogConfigResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         $pathUtils = $this->pathUtils;
75 75
 
76 76
         return array_filter(
77
-            array_map(function ($config) use ($installPath, $dataUtils, $pathUtils) {
77
+            array_map(function($config) use ($installPath, $dataUtils, $pathUtils) {
78 78
                 $path = is_array($config) ? $dataUtils->extractValue($config, 'path') : $config;
79 79
 
80 80
                 if (!$path) {
Please login to merge, or discard this patch.