Skip to content

Commit 60e4151

Browse files
VincentLangletondrejmirtes
authored andcommitted
Add missing namespace in test
1 parent 38ac7ad commit 60e4151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Analyser/nsrt/bug-10834.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
declare(strict_types=1);
44

5+
namespace Bug10834;
6+
57
use function PHPStan\Testing\assertType;
68

79
/**

0 commit comments

Comments
 (0)