Skip to content

Commit ab12367

Browse files
phpstan-botclaude
andcommitted
Remove bug reference comment from test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bc96a5b commit ab12367

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PHPStan/Analyser/data/dynamic-constant.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ private function rip()
3535
assertType('bool', GLOBAL_DYNAMIC_CONSTANT);
3636
assertType('123', GLOBAL_PURE_CONSTANT);
3737
assertType('string|null', GLOBAL_DYNAMIC_CONSTANT_WITH_EXPLICIT_TYPES);
38-
39-
// Bug 9218: dynamicConstantNames with @var PHPDoc type
4038
assertType('string|null', DynamicConstantClass::DYNAMIC_NULL_WITH_PHPDOC_CONSTANT);
4139
assertType('list<string>', DynamicConstantClass::DYNAMIC_EMPTY_ARRAY_WITH_PHPDOC_CONSTANT);
4240
}

0 commit comments

Comments
 (0)