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
If appears, that PEAR.Functions.FunctionCallSignature sniff isn't checking that there is 0 spaces after opening parenthesis of "isset" function call, when it's placed within a control structure.
After some digging I've found, that this has something to do with "isset" function call specifically. If I replace "isset" with "array_values" or "some_func", then all is reported/fixed properly.