sirbrillig / phpcs-variable-analysis

Find undefined and unused variables with the PHP Codesniffer static analysis tool.
Other
136 stars 14 forks source link

test: add test for nested arrow functions #325

Open petersendidit opened 3 months ago

petersendidit commented 3 months ago

This adds a test for a nested arrow function case that shouldn't show a warning.

petersendidit commented 3 months ago

Not sure when I will have time to dig in to the code to track down the source of this issue but figured a failing test case would be a good start.

sirbrillig commented 3 months ago

Nice find! I'll also take a look.