elements-at / ProcessManager

Manage processes in Pimcore
Other
45 stars 31 forks source link

Add void return-type to MigrationGeneratorCommand::configure() #202

Closed NiklasBr closed 7 months ago

NiklasBr commented 7 months ago

Fixes deprecation warning:

Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\ProcessManagerBundle\Command\MigrationGeneratorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.

ctippler commented 7 months ago

thx