Skip to content

Commit db77994

Browse files
committed
Fix formatting
1 parent f7beecd commit db77994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function pathRelativeToDirectory(string $source, string $directory): s
102102
* @param array<string> $selectedFiles
103103
* @return array<string, string>
104104
*/
105-
public function filterPublishableFiles(array $selectedFiles): array
105+
protected function filterPublishableFiles(array $selectedFiles): array
106106
{
107107
return array_filter($this->publishableFilesMap, fn(string $file): bool => in_array($file, $selectedFiles));
108108
}

0 commit comments

Comments
 (0)