You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProperEscapingFunction: allow for fully qualified function calls
In namespaced files, it is a good habit to use fully qualified function calls or `use function ...` statements for global functions to prevent PHP from looking for the function in the current namespace.
As things were, fully qualified function calls would be ignored by the sniff, leading to false negatives.
Tested by adjusting some existing tests.
0 commit comments