TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
GNU General Public License v3.0
16
stars
23
forks
source link
Missing return type in BatchResizeCommand collide with symfony/console v7 #98
Closed
mediaessenz closed 8 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.