Extend from Phobject

Summary: All classes should extend from some other class. See D13275 for some explanation.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13283
This commit is contained in:
Joshua Spence
2015-06-15 18:02:26 +10:00
parent 2d5f3d9e5a
commit b6d745b666
197 changed files with 422 additions and 199 deletions

View File

@@ -3,7 +3,7 @@
/**
* @task routing URI Routing
*/
abstract class AphrontApplicationConfiguration {
abstract class AphrontApplicationConfiguration extends Phobject {
private $request;
private $host;