salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
17 stars 3 forks source link

Symfony Console Component Return Type Missing in Generate Command #165

Closed joshua1234511 closed 5 months ago

joshua1234511 commented 5 months ago

Symfony Console Component Return Type Missing in Generate Command

https://github.com/symfony/console/blob/7.0/Command/Command.php#L282

Similar fix was added for crawl command, seems to be missed to add for generate. https://github.com/salsadigitalauorg/merlin-framework/blob/develop/src/Command/CrawlCommand.php#L174

Screenshot 2024-03-13 at 5 53 58 PM