You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert stubFiles to bootstrapFiles with class_exists guard: stubFiles only provides type info — PHPStan's attribute resolver needs the class to actually exist at runtime. Reverted to bootstrapFiles which executes the PHP file, but added a class_exists(::class, false) guard to prevent "Cannot redeclare class" fatal on PHPUnit 12+ where the real class is provided by phpunit/phpunit. This was causing PHPStan failures on PHP 8.2 with TYPO3 ^13.4.21 in CI.