-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
array use bug #223
Comments
@rogertheriault Can you please give some more context to this - more code? |
Sure, here's a more complete example that should reproduce the issue:
|
The warning is coming from either here or here. Relevant: #236 @gudmdharalds How much flexibility does the bot have in ignoring certain checks / sniffs? |
@GaryJones: Relatively high. If we want, we can specify that certain sniffs are to be ignored. That should not be complicated to implement. |
See #236. |
Now that #449 is completed to use VariableAnalysis proper, I've confirmed that the provided example above doesn't give an error with the |
the bot frequently warns about an undefined variable when accessing array attributes
and similarly in a foreach loop these false warnings have been seen
The text was updated successfully, but these errors were encountered: