Closed linawolf closed 1 year ago
Oh, thanks for the report, will fix asap.
Why not leave it open for others to see until resolved? This just messed up my TYPO3 login while being in a hurry to do core security updates and this slipped in. Already had to issue a warning within my company. as we are updating all over
Ok, that was quick ;)
Omitting the variable name in the catch block only became available with PHP 8
https://www.php.net/manual/en/language.exceptions.php
As of PHP 8.0.0, the variable name for a caught exception is optional. If not specified, the [catch](https://www.php.net/manual/en/language.exceptions.php) block will still execute but will not have access to the thrown object.