X Tutup
Skip to content

fix(BinaryExpressionResolver): null coalesce on undefined variable#3031

Open
przepompownia wants to merge 1 commit intophpactor:masterfrom
przepompownia:undef-null-coal
Open

fix(BinaryExpressionResolver): null coalesce on undefined variable#3031
przepompownia wants to merge 1 commit intophpactor:masterfrom
przepompownia:undef-null-coal

Conversation

@przepompownia
Copy link
Contributor

@przepompownia przepompownia commented Mar 10, 2026

Fix: #3030

In practice:

  • it fixes hover info on $baz from the test case
  • diagnostic provider still complains about undefined variable (apparently it's a separate issue).

@przepompownia
Copy link
Contributor Author

Image Image

while on master:
Image

@przepompownia przepompownia changed the title fix (BinaryExpressionResolver): null coalesce on undefined variable fix(BinaryExpressionResolver): null coalesce on undefined variable Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot recognize value of null-coalesced undefined variable

1 participant

X Tutup