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
1096
1096
$ this ->analyse ([__DIR__ . '/data/discussion-13274.php ' ], []);
1097
1097
}
1098
1098
1099
- public function testBug4117 (): void
1099
+ public function testBug13271 (): void
1100
1100
{
1101
1101
$ this ->checkThisOnly = false ;
1102
1102
$ this ->checkUnionTypes = true ;
1103
1103
$ this ->checkDynamicProperties = true ;
1104
- $ this ->analyse ([__DIR__ . '/data/bug-4117 .php ' ], []);
1104
+ $ this ->analyse ([__DIR__ . '/data/bug-13271 .php ' ], []);
1105
1105
}
1106
1106
1107
1107
}
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types = 1 );
4
4
5
- namespace Bug4117 ;
5
+ namespace Bug13271 ;
6
6
7
7
function (): void {
8
8
$ object = new class {
You can’t perform that action at this time.
0 commit comments