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'); }