Skip to content

Commit a789709

Browse files
committed
🚨 Resolve 50+ deprecations warning
1 parent 0ebbec0 commit a789709

2 files changed

Lines changed: 74 additions & 104 deletions

File tree

src/Commands/GenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function configure(): void
4141
;
4242
}
4343

44-
protected function execute(InputInterface $input, OutputInterface $output)
44+
protected function execute(InputInterface $input, OutputInterface $output): int
4545
{
4646
// TODO: externalize composer.json file for autoloading (no more parameters for generateAllDaosAndBeans)
4747

0 commit comments

Comments
 (0)