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
While we used int and bool everywhere, our sniff wants integer and boolean, however that's only checked for variables and not for parameter. IMHO we should try to limit that to only one (which may be hard with the existing sniffs).
The text was updated successfully, but these errors were encountered:
While we used
int
andbool
everywhere, our sniff wantsinteger
andboolean
, however that's only checked for variables and not for parameter. IMHO we should try to limit that to only one (which may be hard with the existing sniffs).The text was updated successfully, but these errors were encountered: