From 60e4151e7d9dbabc2c75e0ca7139af45b3c18ebd Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 22 Sep 2024 17:07:18 +0200 Subject: [PATCH] Add missing namespace in test --- tests/PHPStan/Analyser/nsrt/bug-10834.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/PHPStan/Analyser/nsrt/bug-10834.php b/tests/PHPStan/Analyser/nsrt/bug-10834.php index 69efb18635..8e9050ac4e 100644 --- a/tests/PHPStan/Analyser/nsrt/bug-10834.php +++ b/tests/PHPStan/Analyser/nsrt/bug-10834.php @@ -2,6 +2,8 @@ declare(strict_types=1); +namespace Bug10834; + use function PHPStan\Testing\assertType; /**