Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 10, 2024
1 parent f21a9d9 commit 8a46a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected function handleInteractivePublish(): void
Filesystem::copy($source, $target);

Check warning on line 146 in packages/framework/src/Console/Commands/PublishViewsCommand.php

View check run for this annotation

Codecov / codecov/patch

packages/framework/src/Console/Commands/PublishViewsCommand.php#L144-L146

Added lines #L144 - L146 were not covered by tests
}

$this->infoComment(sprintf("Published files [%s]", collect($selectedFiles)->map(fn (string $file): string => Str::after($file, basename($source).'/'))->implode(', ')));
$this->infoComment(sprintf('Published files [%s]', collect($selectedFiles)->map(fn (string $file): string => Str::after($file, basename($source).'/'))->implode(', ')));

Check warning on line 149 in packages/framework/src/Console/Commands/PublishViewsCommand.php

View check run for this annotation

Codecov / codecov/patch

packages/framework/src/Console/Commands/PublishViewsCommand.php#L149

Added line #L149 was not covered by tests
}

protected function promptForFiles(Collection $files, string $baseDir): array

Check warning on line 152 in packages/framework/src/Console/Commands/PublishViewsCommand.php

View check run for this annotation

Codecov / codecov/patch

packages/framework/src/Console/Commands/PublishViewsCommand.php#L152

Added line #L152 was not covered by tests
Expand Down

0 comments on commit 8a46a14

Please sign in to comment.