Page MenuHomePhabricator

Make PhabricatorOAuthServerClient implement PhabricatorDestructibleInterface
Closed, ResolvedPublic

Description

Not really blocking anything, but these objects aren't currently destructible. When an Instance is destroyed it would be cleaner if it could also destroy its OAuthServerClient. I left a TODO for now. This is just a cleanup / make-testing-easier thing.