Skip to content

Commit 8a13956

Browse files
committed
Apply fixes from StyleCI
1 parent db77994 commit 8a13956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/framework/src/Console/Helpers/InteractivePublishCommandHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ protected function pathRelativeToDirectory(string $source, string $directory): s
9999
}
100100

101101
/**
102-
* @param array<string> $selectedFiles
102+
* @param array<string> $selectedFiles
103103
* @return array<string, string>
104104
*/
105105
protected function filterPublishableFiles(array $selectedFiles): array
106106
{
107-
return array_filter($this->publishableFilesMap, fn(string $file): bool => in_array($file, $selectedFiles));
107+
return array_filter($this->publishableFilesMap, fn (string $file): bool => in_array($file, $selectedFiles));
108108
}
109109
}

0 commit comments

Comments
 (0)