Skip to content

Commit 11fe075

Browse files
committed
Ensures compatibility with symfony/console 8
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent ba64542 commit 11fe075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/GeneratorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class GeneratorCommand extends Command implements GeneratesCode
1818

1919
/** {@inheritDoc} */
2020
#[\Override]
21-
protected function configure()
21+
protected function configure(): void
2222
{
2323
parent::configure();
2424

src/Commands/MigrationGeneratorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class MigrationGeneratorCommand extends Command
1515

1616
/** {@inheritDoc} */
1717
#[\Override]
18-
protected function configure()
18+
protected function configure(): void
1919
{
2020
parent::configure();
2121

0 commit comments

Comments
 (0)