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

Missing return type in BatchResizeCommand collide with symfony/console v7 #98

Closed mediaessenz closed 6 months ago

mediaessenz commented 6 months ago

After updating TYPO3 12 with depenencies using composer an update from symfony/console v6 to v7 happens, which breaks TYPO3.

The cause is the missing return type (int) of the execute method inside Causal\ImageAutoresize\Command\BatchResize.

xperseguers commented 6 months ago

same as #100, fixed in https://github.com/xperseguers/t3ext-image_autoresize/commit/473bef1189488920fb5184063c2ee75fec58bb93