diff --git a/composer.json b/composer.json index c171ef50..e8dfbeaf 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "phpcr/phpcr-shell": "^1.5", "phpspec/prophecy-phpunit": "^2.1", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.12", "phpstan/phpstan-doctrine": "^1.3", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.3", diff --git a/config/router.php b/config/router.php index 3d6a2109..e0b69688 100644 --- a/config/router.php +++ b/config/router.php @@ -13,7 +13,6 @@ // Workaround https://bugs.php.net/64566 $autoPrependFile = \ini_get('auto_prepend_file'); -// @phpstan-ignore-next-line https://github.com/phpstan/phpstan/issues/7685 if (false !== (bool) $autoPrependFile && !\in_array(\realpath($autoPrependFile), \get_included_files(), true)) { require \ini_get('auto_prepend_file'); }