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
Currently signature comparisons are hardcoded here.
Would be nice to make them reusable so maybe tools like PHPStan can reuse it later. Just an abstract API like compareMethods($a, $b) etc.