diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 974efc3ad3..21a6e2fdc0 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -169,7 +169,6 @@ phutil_register_library_map(array( 'ConduitAPI_user_info_Method' => 'applications/conduit/method/user/info', 'ConduitAPI_user_whoami_Method' => 'applications/conduit/method/user/whoami', 'ConduitException' => 'applications/conduit/protocol/exception', - 'DarkConsole' => 'aphront/console/api', 'DarkConsoleConfigPlugin' => 'aphront/console/plugin/config', 'DarkConsoleController' => 'aphront/console/controller', 'DarkConsoleCore' => 'aphront/console/core', diff --git a/src/aphront/console/api/DarkConsole.php b/src/aphront/console/api/DarkConsole.php deleted file mode 100644 index 24dcfd2851..0000000000 --- a/src/aphront/console/api/DarkConsole.php +++ /dev/null @@ -1,24 +0,0 @@ -getData()); diff --git a/src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php b/src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php index d56799c24c..98d1801596 100644 --- a/src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php +++ b/src/aphront/console/plugin/errorlog/api/DarkConsoleErrorLogPluginAPI.php @@ -1,7 +1,7 @@ content = $content; diff --git a/src/aphront/response/redirect/AphrontRedirectResponse.php b/src/aphront/response/redirect/AphrontRedirectResponse.php index 1b3ea3031e..d51631125c 100644 --- a/src/aphront/response/redirect/AphrontRedirectResponse.php +++ b/src/aphront/response/redirect/AphrontRedirectResponse.php @@ -1,7 +1,7 @@ getRequest()->isAjax()) { diff --git a/src/aphront/response/webpage/AphrontWebpageResponse.php b/src/aphront/response/webpage/AphrontWebpageResponse.php index 9bdb6f6f92..c94b400357 100644 --- a/src/aphront/response/webpage/AphrontWebpageResponse.php +++ b/src/aphront/response/webpage/AphrontWebpageResponse.php @@ -1,7 +1,7 @@ getRevision(); diff --git a/src/applications/differential/mail/comment/DifferentialCommentMail.php b/src/applications/differential/mail/comment/DifferentialCommentMail.php index 397ecd5f2e..0889e05325 100644 --- a/src/applications/differential/mail/comment/DifferentialCommentMail.php +++ b/src/applications/differential/mail/comment/DifferentialCommentMail.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class DifferentialCommentMail extends DifferentialMail { +final class DifferentialCommentMail extends DifferentialMail { protected $changedByCommit; diff --git a/src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php b/src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php index 82dfc390a3..f021ae4d2f 100644 --- a/src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php +++ b/src/applications/differential/mail/diffcontent/DifferentialDiffContentMail.php @@ -1,7 +1,7 @@ getRevision(); diff --git a/src/applications/differential/parser/changeset/DifferentialChangesetParser.php b/src/applications/differential/parser/changeset/DifferentialChangesetParser.php index 8ce058604d..a74979437d 100644 --- a/src/applications/differential/parser/changeset/DifferentialChangesetParser.php +++ b/src/applications/differential/parser/changeset/DifferentialChangesetParser.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class DifferentialChangesetParser { +final class DifferentialChangesetParser { protected $visible = array(); protected $new = array(); diff --git a/src/applications/differential/replyhandler/DifferentialReplyHandler.php b/src/applications/differential/replyhandler/DifferentialReplyHandler.php index b16dbde854..9c2441c89b 100644 --- a/src/applications/differential/replyhandler/DifferentialReplyHandler.php +++ b/src/applications/differential/replyhandler/DifferentialReplyHandler.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class DifferentialReplyHandler extends PhabricatorMailReplyHandler { +final class DifferentialReplyHandler extends PhabricatorMailReplyHandler { private $receivedMail; diff --git a/src/applications/differential/storage/changeset/DifferentialChangeset.php b/src/applications/differential/storage/changeset/DifferentialChangeset.php index 66518d4e07..20eadd08d4 100644 --- a/src/applications/differential/storage/changeset/DifferentialChangeset.php +++ b/src/applications/differential/storage/changeset/DifferentialChangeset.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class DifferentialChangeset extends DifferentialDAO { +final class DifferentialChangeset extends DifferentialDAO { protected $diffID; protected $oldFile; diff --git a/src/applications/differential/storage/comment/DifferentialComment.php b/src/applications/differential/storage/comment/DifferentialComment.php index ece26c42ce..3e59d9e7d3 100644 --- a/src/applications/differential/storage/comment/DifferentialComment.php +++ b/src/applications/differential/storage/comment/DifferentialComment.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class DifferentialComment extends DifferentialDAO { +final class DifferentialComment extends DifferentialDAO { const METADATA_ADDED_REVIEWERS = 'added-reviewers'; const METADATA_ADDED_CCS = 'added-ccs'; diff --git a/src/applications/differential/storage/diff/DifferentialDiff.php b/src/applications/differential/storage/diff/DifferentialDiff.php index 47e95a54b0..5a04f8de35 100644 --- a/src/applications/differential/storage/diff/DifferentialDiff.php +++ b/src/applications/differential/storage/diff/DifferentialDiff.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class DifferentialDiff extends DifferentialDAO { +final class DifferentialDiff extends DifferentialDAO { protected $revisionID; protected $authorPHID; diff --git a/src/applications/differential/storage/diffproperty/DifferentialDiffProperty.php b/src/applications/differential/storage/diffproperty/DifferentialDiffProperty.php index e70e95f9f6..91365b5b22 100644 --- a/src/applications/differential/storage/diffproperty/DifferentialDiffProperty.php +++ b/src/applications/differential/storage/diffproperty/DifferentialDiffProperty.php @@ -1,7 +1,7 @@ getStoryData(); diff --git a/src/applications/feed/story/maniphest/PhabricatorFeedStoryManiphest.php b/src/applications/feed/story/maniphest/PhabricatorFeedStoryManiphest.php index 4aaaf7d1fd..c16afa5ff4 100644 --- a/src/applications/feed/story/maniphest/PhabricatorFeedStoryManiphest.php +++ b/src/applications/feed/story/maniphest/PhabricatorFeedStoryManiphest.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class PhabricatorFeedStoryManiphest extends PhabricatorFeedStory { +final class PhabricatorFeedStoryManiphest extends PhabricatorFeedStory { public function getRequiredHandlePHIDs() { $data = $this->getStoryData(); diff --git a/src/applications/feed/story/phriction/PhabricatorFeedStoryPhriction.php b/src/applications/feed/story/phriction/PhabricatorFeedStoryPhriction.php index 35867a0d9a..0f03fdc304 100644 --- a/src/applications/feed/story/phriction/PhabricatorFeedStoryPhriction.php +++ b/src/applications/feed/story/phriction/PhabricatorFeedStoryPhriction.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class PhabricatorFeedStoryPhriction extends PhabricatorFeedStory { +final class PhabricatorFeedStoryPhriction extends PhabricatorFeedStory { public function getRequiredHandlePHIDs() { return array( diff --git a/src/applications/feed/story/project/PhabricatorFeedStoryProject.php b/src/applications/feed/story/project/PhabricatorFeedStoryProject.php index 89b0c413dc..382a531c32 100644 --- a/src/applications/feed/story/project/PhabricatorFeedStoryProject.php +++ b/src/applications/feed/story/project/PhabricatorFeedStoryProject.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class PhabricatorFeedStoryProject extends PhabricatorFeedStory { +final class PhabricatorFeedStoryProject extends PhabricatorFeedStory { public function getRequiredHandlePHIDs() { return array( diff --git a/src/applications/feed/story/status/PhabricatorFeedStoryStatus.php b/src/applications/feed/story/status/PhabricatorFeedStoryStatus.php index 4550b653dc..d08719685f 100644 --- a/src/applications/feed/story/status/PhabricatorFeedStoryStatus.php +++ b/src/applications/feed/story/status/PhabricatorFeedStoryStatus.php @@ -16,7 +16,7 @@ * limitations under the License. */ -class PhabricatorFeedStoryStatus extends PhabricatorFeedStory { +final class PhabricatorFeedStoryStatus extends PhabricatorFeedStory { public function getRequiredHandlePHIDs() { return array( diff --git a/src/applications/feed/story/unknown/PhabricatorFeedStoryUnknown.php b/src/applications/feed/story/unknown/PhabricatorFeedStoryUnknown.php index 60d828de0d..fc084831c3 100644 --- a/src/applications/feed/story/unknown/PhabricatorFeedStoryUnknown.php +++ b/src/applications/feed/story/unknown/PhabricatorFeedStoryUnknown.php @@ -1,7 +1,7 @@ getStoryData(); diff --git a/src/applications/feed/view/story/PhabricatorFeedStoryView.php b/src/applications/feed/view/story/PhabricatorFeedStoryView.php index 4998052fbc..65b133c34d 100644 --- a/src/applications/feed/view/story/PhabricatorFeedStoryView.php +++ b/src/applications/feed/view/story/PhabricatorFeedStoryView.php @@ -1,7 +1,7 @@