Skip to content

Commit 0f6545c

Browse files
committed
cs
1 parent 74c8a87 commit 0f6545c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Command/GenerateCommand.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,4 @@ private function printToFile(string $releaseChangelogContents): void
157157

158158
$this->symfonyStyle->writeln(sprintf('Release notes dumped into "%s" file', $filePath));
159159
}
160-
161-
private function createExternalRepositoryChangelogContents(
162-
ExternalRepositoryChangelog $externalRepositoriesChangelog
163-
): string {
164-
$changelogContents = '## ' . $externalRepositoriesChangelog->getTitle();
165-
$changelogContents .= implode(PHP_EOL, $externalRepositoriesChangelog->getLines());
166-
$changelogContents .= PHP_EOL . PHP_EOL;
167-
168-
return $changelogContents;
169-
}
170160
}

0 commit comments

Comments
 (0)