marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
227 stars 32 forks source link

fix: symfony 7 compatibility command #73

Closed elliotbruneel closed 8 months ago

elliotbruneel commented 8 months ago

Fix

PHP Fatal error:  Declaration of ConventionalChangelog\DefaultCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Symfony\Component\Console\Command\Command::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int 

For symfony 7.

Introduced by my previous PR : https://github.com/marcocesarato/php-conventional-changelog/pull/72