Bug #105584
Updated by Sybille Peters 1 day ago
<pre> Too few arguments to function PHPStan\PhpDocParser\Lexer\Lexer::__construct(), 0 passed in /var/www/site-uol12/vendor/symfony/type-info/TypeResolver/StringTypeResolver.php on line 66 and exactly 1 expected </pre> directly after updating to TYPO3 12.4.23 when trying to login to BE This seems to be due related to *existing issue https://github.com/symfony/symfony/issues/58840 in Symfony* : * https://github.com/symfony/symfony/issues/58840 Symfony. ## Reproduce * Update to 12.4.23 * try to login to BE ## Environment * Composer mode * Install without --no-dev (is dev environment) * probably necessary to use Extbase, call stack has cms-extbase/Classes/Reflection/ClassSchema.php * PHP 8.2 I updated as recommened: <pre> composer update typo3/cms-* -W </pre>