PHP-Parser icon indicating copy to clipboard operation
PHP-Parser copied to clipboard

Fix name context on no namespace

Open samsonasik opened this issue 1 year ago • 2 comments

Ref https://getrector.com/ast/d50f4d493f7061f3c419397a744a49e92409c3ce?nodeId=1

which \true should be true on no namespace.

samsonasik avatar Jan 28 '25 08:01 samsonasik

Ready to merge 👍

samsonasik avatar Jan 28 '25 09:01 samsonasik

the verification of fully qualified already checked before check on line 114, so I think that's safe

samsonasik avatar Jan 29 '25 00:01 samsonasik