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
A rule to disallow bare callable type hint and enforce proper callable type annotation with param types and return type - e.g. @param callable(int, string): bool $function would be nice. The world would be 0.035% better place, if we have this!