Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 11, 2024
1 parent f7beecd commit db77994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function pathRelativeToDirectory(string $source, string $directory): s
* @param array<string> $selectedFiles
* @return array<string, string>
*/
public function filterPublishableFiles(array $selectedFiles): array
protected function filterPublishableFiles(array $selectedFiles): array
{
return array_filter($this->publishableFilesMap, fn(string $file): bool => in_array($file, $selectedFiles));
}
Expand Down

0 comments on commit db77994

Please sign in to comment.