Skip to content

Commit

Permalink
Split comma-separated values into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 3, 2022
1 parent 5eccb8b commit fde02dc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ protected function printSelectionInformation(): void

protected function saveTagsToDisk(): void
{
$this->infoComment('Saving tag data to', DiscoveryService::createClickableFilepath(Hyde::path('tags.json')));
$this->infoComment('Saving tag data to',
DiscoveryService::createClickableFilepath(Hyde::path('tags.json'))
);

Filesystem::putContents('tags.json', json_encode(array_merge(
PublicationService::getAllTags()->toArray(), $this->tags
Expand Down

0 comments on commit fde02dc

Please sign in to comment.