File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/PHPStan/Rules/Properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1096,12 +1096,12 @@ public function testDiscussion13274(): void
10961096 $ this ->analyse ([__DIR__ . '/data/discussion-13274.php ' ], []);
10971097 }
10981098
1099- public function testBug4117 (): void
1099+ public function testBug13271 (): void
11001100 {
11011101 $ this ->checkThisOnly = false ;
11021102 $ this ->checkUnionTypes = true ;
11031103 $ this ->checkDynamicProperties = true ;
1104- $ this ->analyse ([__DIR__ . '/data/bug-4117 .php ' ], []);
1104+ $ this ->analyse ([__DIR__ . '/data/bug-13271 .php ' ], []);
11051105 }
11061106
11071107}
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace Bug4117 ;
5+ namespace Bug13271 ;
66
77function (): void {
88 $ object = new class {
You can’t perform that action at this time.
0 commit comments