-
-
Notifications
You must be signed in to change notification settings - Fork 0
ChangelogEntryCommand
github-actions edited this page Apr 20, 2026
·
1 revision
Inserts a changelog entry into the managed changelog file.
- Full name:
\FastForward\DevTools\Console\Command\ChangelogEntryCommand - Parent class:
BaseCommand - This class is marked as final and can't be subclassed
- This class is a Final class
public __construct(\FastForward\DevTools\Filesystem\FilesystemInterface $filesystem, \FastForward\DevTools\Changelog\Manager\ChangelogManagerInterface $changelogManager): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$filesystem |
\FastForward\DevTools\Filesystem\FilesystemInterface | |
$changelogManager |
\FastForward\DevTools\Changelog\Manager\ChangelogManagerInterface |
Configures the entry authoring arguments and options.
protected configure(): voidAppends a changelog entry to the requested section.
protected execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| Parameter | Type | Description |
|---|---|---|
$input |
\Symfony\Component\Console\Input\InputInterface | |
$output |
\Symfony\Component\Console\Output\OutputInterface |