Should WrapVariableVariableNameInCurlyBracesRector work on variable property names? #6748
aka-tpayne
started this conversation in
General
Replies: 1 comment 1 reply
-
Thank you for your report. This is rather an issue report. Could you send us failing test case for this rule with input and expected code in PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've run this rule and it didn't apply to something like
$node->$field['name']
or$node->$key
. Is it intended to work on that, or just some standalone variables?Beta Was this translation helpful? Give feedback.
All reactions