xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

Added return type to BatchResize::execute() #97

Closed KurzGedanke closed 6 months ago

KurzGedanke commented 7 months ago

Added return type to BatchResize::execute() due to

Fatal error: Declaration of Causal\ImageAutoresize\Command\BatchResize::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 in /var/www/html/htdocs/vendor/causal/image_autoresize/Classes/Command/BatchResize.php on line 62

xperseguers commented 6 months ago

Sorry, didn't pay attention to this PR but was fixed with 473bef11 already.