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
@stof I have no problem doing a PR but I'm just wondering if this would constitute an API breaking change? (I can also keep both in and deprecate the non-static one.)
Unlike other functions in
Argument
,in()
andnotIn()
are not static methods, causing an error when trying to call it statically.It should be changed to static to be in line with other methods.
The text was updated successfully, but these errors were encountered: