Arc liberate fix
Summary: Run arc liberate and commit the results on the assumption that someone forgot to do this in another diff, or their results were discarded by an automatic merge during rebase. Test Plan: None. Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5889
This commit is contained in:
@@ -2919,7 +2919,8 @@ phutil_register_library_map(array(
|
|||||||
'PhabricatorPaste' =>
|
'PhabricatorPaste' =>
|
||||||
array(
|
array(
|
||||||
0 => 'PhabricatorPasteDAO',
|
0 => 'PhabricatorPasteDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorTokenReceiverInterface',
|
||||||
|
2 => 'PhabricatorPolicyInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorPasteController' => 'PhabricatorController',
|
'PhabricatorPasteController' => 'PhabricatorController',
|
||||||
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
||||||
@@ -3006,6 +3007,7 @@ phutil_register_library_map(array(
|
|||||||
array(
|
array(
|
||||||
0 => 'PhabricatorRepositoryDAO',
|
0 => 'PhabricatorRepositoryDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
|
2 => 'PhabricatorTokenReceiverInterface',
|
||||||
),
|
),
|
||||||
'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
||||||
'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO',
|
'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO',
|
||||||
@@ -3243,6 +3245,7 @@ phutil_register_library_map(array(
|
|||||||
0 => 'PhameDAO',
|
0 => 'PhameDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorMarkupInterface',
|
2 => 'PhabricatorMarkupInterface',
|
||||||
|
3 => 'PhabricatorTokenReceiverInterface',
|
||||||
),
|
),
|
||||||
'PhamePostDeleteController' => 'PhameController',
|
'PhamePostDeleteController' => 'PhameController',
|
||||||
'PhamePostEditController' => 'PhameController',
|
'PhamePostEditController' => 'PhameController',
|
||||||
@@ -3386,6 +3389,7 @@ phutil_register_library_map(array(
|
|||||||
0 => 'PhrictionDAO',
|
0 => 'PhrictionDAO',
|
||||||
1 => 'PhabricatorPolicyInterface',
|
1 => 'PhabricatorPolicyInterface',
|
||||||
2 => 'PhabricatorSubscribableInterface',
|
2 => 'PhabricatorSubscribableInterface',
|
||||||
|
3 => 'PhabricatorTokenReceiverInterface',
|
||||||
),
|
),
|
||||||
'PhrictionDocumentController' => 'PhrictionController',
|
'PhrictionDocumentController' => 'PhrictionController',
|
||||||
'PhrictionDocumentEditor' => 'PhabricatorEditor',
|
'PhrictionDocumentEditor' => 'PhabricatorEditor',
|
||||||
@@ -3438,6 +3442,7 @@ phutil_register_library_map(array(
|
|||||||
2 => 'PonderVotableInterface',
|
2 => 'PonderVotableInterface',
|
||||||
3 => 'PhabricatorSubscribableInterface',
|
3 => 'PhabricatorSubscribableInterface',
|
||||||
4 => 'PhabricatorPolicyInterface',
|
4 => 'PhabricatorPolicyInterface',
|
||||||
|
5 => 'PhabricatorTokenReceiverInterface',
|
||||||
),
|
),
|
||||||
'PonderQuestionAskController' => 'PonderController',
|
'PonderQuestionAskController' => 'PonderController',
|
||||||
'PonderQuestionDetailView' => 'AphrontView',
|
'PonderQuestionDetailView' => 'AphrontView',
|
||||||
|
|||||||
Reference in New Issue
Block a user