Skip to content

Commit 6539a4a

Browse files
phpstan-botclaude
andcommitted
Separate second test case into its own class in bug-9349 test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b6073f0 commit 6539a4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/PHPStan/Rules/Variables/data/bug-9349.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ public function maybeThrows(): void
3030
}
3131
}
3232

33+
}
34+
35+
class HelloWorld2
36+
{
3337
public function test2(): void
3438
{
3539
global $pdo;

0 commit comments

Comments
 (0)