From ee1fed7022c0e3d31afe0b3325d8c0ef81a6cc6e Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 12 Apr 2026 00:38:02 +0200 Subject: [PATCH] Fix non regression test --- tests/PHPStan/Analyser/nsrt/bug-14249.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PHPStan/Analyser/nsrt/bug-14249.php b/tests/PHPStan/Analyser/nsrt/bug-14249.php index f3408725b69..0d4cd00c4ca 100644 --- a/tests/PHPStan/Analyser/nsrt/bug-14249.php +++ b/tests/PHPStan/Analyser/nsrt/bug-14249.php @@ -69,6 +69,7 @@ function doTemplated(): void { assertType('false', $v); } +/** @phpstan-impure */ function getMixed(): mixed {} function maybeCallable() {