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
Use match() instead of switch/case. (#487)
* Use match() instead of switch/case.
Also improve docblock type
* Fix CS error
* Remove impossible "default" case