Passed
Branch master (146bbc)
by Allan
06:55
created
src/Resolvers/ChangelogConfigResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
         $dataUtils = $this->dataUtils;
76 76
         $pathUtils = $this->pathUtils;
77 77
 
78
-        $allTargets = array_map(function ($config) use ($installPath, $dataUtils, $pathUtils) {
78
+        $allTargets = array_map(function($config) use ($installPath, $dataUtils, $pathUtils) {
79 79
             $path = is_array($config) ? $dataUtils->extractValue($config, 'path') : $config;
80 80
 
81 81
             if (!$path) {
Please login to merge, or discard this patch.