@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename `PhabricatorDestructableInterface` interface

Summary: Ref T5655. The `PhabricatorDestructibleInterface` interface is misspelled as `PhabricatorDestructableInterface`. Fix the spelling mistake.

Test Plan: `grep`. Seeing as this interface is fairly recent, I don't expect that this would cause any widespread breakages.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Maniphest Tasks: T5655

Differential Revision: https://secure.phabricator.com/D9988

+343 -340
+305 -304
src/__phutil_library_map__.php
··· 1549 1549 'PhabricatorDebugController' => 'applications/system/controller/PhabricatorDebugController.php', 1550 1550 'PhabricatorDefaultFileStorageEngineSelector' => 'applications/files/engineselector/PhabricatorDefaultFileStorageEngineSelector.php', 1551 1551 'PhabricatorDefaultSearchEngineSelector' => 'applications/search/selector/PhabricatorDefaultSearchEngineSelector.php', 1552 - 'PhabricatorDestructableInterface' => 'applications/system/interface/PhabricatorDestructableInterface.php', 1552 + 'PhabricatorDestructibleInterface' => 'applications/system/interface/PhabricatorDestructibleInterface.php', 1553 1553 'PhabricatorDestructionEngine' => 'applications/system/engine/PhabricatorDestructionEngine.php', 1554 1554 'PhabricatorDeveloperConfigOptions' => 'applications/config/option/PhabricatorDeveloperConfigOptions.php', 1555 1555 'PhabricatorDifferenceEngine' => 'infrastructure/diff/PhabricatorDifferenceEngine.php', ··· 2819 2819 'AphrontTypeaheadTemplateView' => 'AphrontView', 2820 2820 'AphrontUsageException' => 'AphrontException', 2821 2821 'AphrontView' => array( 2822 - 0 => 'Phobject', 2823 - 1 => 'PhutilSafeHTMLProducerInterface', 2822 + 'Phobject', 2823 + 'PhutilSafeHTMLProducerInterface', 2824 2824 ), 2825 2825 'AphrontWebpageResponse' => 'AphrontHTMLResponse', 2826 2826 'AuditActionMenuEventListener' => 'PhabricatorEventListener', ··· 2836 2836 'CelerityResourceTransformerTestCase' => 'PhabricatorTestCase', 2837 2837 'CelerityResourcesOnDisk' => 'CelerityPhysicalResources', 2838 2838 'ConduitAPIMethod' => array( 2839 - 0 => 'Phobject', 2840 - 1 => 'PhabricatorPolicyInterface', 2839 + 'Phobject', 2840 + 'PhabricatorPolicyInterface', 2841 2841 ), 2842 2842 'ConduitAPI_arcanist_Method' => 'ConduitAPIMethod', 2843 2843 'ConduitAPI_arcanist_projectinfo_Method' => 'ConduitAPI_arcanist_Method', ··· 3019 3019 'ConpherenceReplyHandler' => 'PhabricatorMailReplyHandler', 3020 3020 'ConpherenceSettings' => 'ConpherenceConstants', 3021 3021 'ConpherenceThread' => array( 3022 - 0 => 'ConpherenceDAO', 3023 - 1 => 'PhabricatorPolicyInterface', 3022 + 'ConpherenceDAO', 3023 + 'PhabricatorPolicyInterface', 3024 3024 ), 3025 3025 'ConpherenceThreadListView' => 'AphrontView', 3026 3026 'ConpherenceThreadMailReceiver' => 'PhabricatorObjectMailReceiver', ··· 3057 3057 'DifferentialCapabilityDefaultView' => 'PhabricatorPolicyCapability', 3058 3058 'DifferentialChangesSinceLastUpdateField' => 'DifferentialCustomField', 3059 3059 'DifferentialChangeset' => array( 3060 - 0 => 'DifferentialDAO', 3061 - 1 => 'PhabricatorPolicyInterface', 3060 + 'DifferentialDAO', 3061 + 'PhabricatorPolicyInterface', 3062 3062 ), 3063 3063 'DifferentialChangesetDetailView' => 'AphrontView', 3064 3064 'DifferentialChangesetHTMLRenderer' => 'DifferentialChangesetRenderer', ··· 3090 3090 'DifferentialDependenciesField' => 'DifferentialCustomField', 3091 3091 'DifferentialDependsOnField' => 'DifferentialCustomField', 3092 3092 'DifferentialDiff' => array( 3093 - 0 => 'DifferentialDAO', 3094 - 1 => 'PhabricatorPolicyInterface', 3095 - 2 => 'HarbormasterBuildableInterface', 3096 - 3 => 'PhabricatorApplicationTransactionInterface', 3097 - 4 => 'PhabricatorDestructableInterface', 3093 + 'DifferentialDAO', 3094 + 'PhabricatorPolicyInterface', 3095 + 'HarbormasterBuildableInterface', 3096 + 'PhabricatorApplicationTransactionInterface', 3097 + 'PhabricatorDestructibleInterface', 3098 3098 ), 3099 3099 'DifferentialDiffCreateController' => 'DifferentialController', 3100 3100 'DifferentialDiffProperty' => 'DifferentialDAO', ··· 3111 3111 'DifferentialHostField' => 'DifferentialCustomField', 3112 3112 'DifferentialHovercardEventListener' => 'PhabricatorEventListener', 3113 3113 'DifferentialHunk' => array( 3114 - 0 => 'DifferentialDAO', 3115 - 1 => 'PhabricatorPolicyInterface', 3114 + 'DifferentialDAO', 3115 + 'PhabricatorPolicyInterface', 3116 3116 ), 3117 3117 'DifferentialHunkLegacy' => 'DifferentialHunk', 3118 3118 'DifferentialHunkModern' => 'DifferentialHunk', ··· 3153 3153 'DifferentialReviewersField' => 'DifferentialCoreCustomField', 3154 3154 'DifferentialReviewersView' => 'AphrontView', 3155 3155 'DifferentialRevision' => array( 3156 - 0 => 'DifferentialDAO', 3157 - 1 => 'PhabricatorTokenReceiverInterface', 3158 - 2 => 'PhabricatorPolicyInterface', 3159 - 3 => 'PhabricatorFlaggableInterface', 3160 - 4 => 'PhrequentTrackableInterface', 3161 - 5 => 'HarbormasterBuildableInterface', 3162 - 6 => 'PhabricatorSubscribableInterface', 3163 - 7 => 'PhabricatorCustomFieldInterface', 3164 - 8 => 'PhabricatorApplicationTransactionInterface', 3165 - 9 => 'PhabricatorDestructableInterface', 3166 - 10 => 'PhabricatorProjectInterface', 3156 + 'DifferentialDAO', 3157 + 'PhabricatorTokenReceiverInterface', 3158 + 'PhabricatorPolicyInterface', 3159 + 'PhabricatorFlaggableInterface', 3160 + 'PhrequentTrackableInterface', 3161 + 'HarbormasterBuildableInterface', 3162 + 'PhabricatorSubscribableInterface', 3163 + 'PhabricatorCustomFieldInterface', 3164 + 'PhabricatorApplicationTransactionInterface', 3165 + 'PhabricatorDestructibleInterface', 3166 + 'PhabricatorProjectInterface', 3167 3167 ), 3168 3168 'DifferentialRevisionDetailView' => 'AphrontView', 3169 3169 'DifferentialRevisionEditController' => 'DifferentialController', ··· 3329 3329 'DivinerGenerateWorkflow' => 'DivinerWorkflow', 3330 3330 'DivinerLiveAtom' => 'DivinerDAO', 3331 3331 'DivinerLiveBook' => array( 3332 - 0 => 'DivinerDAO', 3333 - 1 => 'PhabricatorPolicyInterface', 3332 + 'DivinerDAO', 3333 + 'PhabricatorPolicyInterface', 3334 3334 ), 3335 3335 'DivinerLivePublisher' => 'DivinerPublisher', 3336 3336 'DivinerLiveSymbol' => array( 3337 - 0 => 'DivinerDAO', 3338 - 1 => 'PhabricatorPolicyInterface', 3339 - 2 => 'PhabricatorMarkupInterface', 3337 + 'DivinerDAO', 3338 + 'PhabricatorPolicyInterface', 3339 + 'PhabricatorMarkupInterface', 3340 3340 ), 3341 3341 'DivinerMainController' => 'DivinerController', 3342 3342 'DivinerPHIDTypeAtom' => 'PhabricatorPHIDType', ··· 3355 3355 'DoorkeeperBridgeJIRATestCase' => 'PhabricatorTestCase', 3356 3356 'DoorkeeperDAO' => 'PhabricatorLiskDAO', 3357 3357 'DoorkeeperExternalObject' => array( 3358 - 0 => 'DoorkeeperDAO', 3359 - 1 => 'PhabricatorPolicyInterface', 3358 + 'DoorkeeperDAO', 3359 + 'PhabricatorPolicyInterface', 3360 3360 ), 3361 3361 'DoorkeeperExternalObjectQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3362 3362 'DoorkeeperFeedWorker' => 'FeedPushWorker', ··· 3373 3373 'DrydockAllocatorWorker' => 'PhabricatorWorker', 3374 3374 'DrydockApacheWebrootInterface' => 'DrydockWebrootInterface', 3375 3375 'DrydockBlueprint' => array( 3376 - 0 => 'DrydockDAO', 3377 - 1 => 'PhabricatorPolicyInterface', 3376 + 'DrydockDAO', 3377 + 'PhabricatorPolicyInterface', 3378 3378 ), 3379 3379 'DrydockBlueprintController' => 'DrydockController', 3380 3380 'DrydockBlueprintCreateController' => 'DrydockBlueprintController', ··· 3395 3395 'DrydockDAO' => 'PhabricatorLiskDAO', 3396 3396 'DrydockFilesystemInterface' => 'DrydockInterface', 3397 3397 'DrydockLease' => array( 3398 - 0 => 'DrydockDAO', 3399 - 1 => 'PhabricatorPolicyInterface', 3398 + 'DrydockDAO', 3399 + 'PhabricatorPolicyInterface', 3400 3400 ), 3401 3401 'DrydockLeaseController' => 'DrydockController', 3402 3402 'DrydockLeaseListController' => 'DrydockLeaseController', ··· 3409 3409 'DrydockLocalCommandInterface' => 'DrydockCommandInterface', 3410 3410 'DrydockLocalHostBlueprintImplementation' => 'DrydockBlueprintImplementation', 3411 3411 'DrydockLog' => array( 3412 - 0 => 'DrydockDAO', 3413 - 1 => 'PhabricatorPolicyInterface', 3412 + 'DrydockDAO', 3413 + 'PhabricatorPolicyInterface', 3414 3414 ), 3415 3415 'DrydockLogController' => 'DrydockController', 3416 3416 'DrydockLogListController' => 'DrydockLogController', ··· 3428 3428 'DrydockPreallocatedHostBlueprintImplementation' => 'DrydockBlueprintImplementation', 3429 3429 'DrydockQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3430 3430 'DrydockResource' => array( 3431 - 0 => 'DrydockDAO', 3432 - 1 => 'PhabricatorPolicyInterface', 3431 + 'DrydockDAO', 3432 + 'PhabricatorPolicyInterface', 3433 3433 ), 3434 3434 'DrydockResourceCloseController' => 'DrydockResourceController', 3435 3435 'DrydockResourceController' => 'DrydockController', ··· 3450 3450 'FileMailReceiver' => 'PhabricatorObjectMailReceiver', 3451 3451 'FileReplyHandler' => 'PhabricatorMailReplyHandler', 3452 3452 'HarbormasterBuild' => array( 3453 - 0 => 'HarbormasterDAO', 3454 - 1 => 'PhabricatorPolicyInterface', 3453 + 'HarbormasterDAO', 3454 + 'PhabricatorPolicyInterface', 3455 3455 ), 3456 3456 'HarbormasterBuildActionController' => 'HarbormasterController', 3457 3457 'HarbormasterBuildArtifact' => array( 3458 - 0 => 'HarbormasterDAO', 3459 - 1 => 'PhabricatorPolicyInterface', 3458 + 'HarbormasterDAO', 3459 + 'PhabricatorPolicyInterface', 3460 3460 ), 3461 3461 'HarbormasterBuildArtifactQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3462 3462 'HarbormasterBuildCommand' => 'HarbormasterDAO', ··· 3464 3464 'HarbormasterBuildItem' => 'HarbormasterDAO', 3465 3465 'HarbormasterBuildItemQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3466 3466 'HarbormasterBuildLog' => array( 3467 - 0 => 'HarbormasterDAO', 3468 - 1 => 'PhabricatorPolicyInterface', 3467 + 'HarbormasterDAO', 3468 + 'PhabricatorPolicyInterface', 3469 3469 ), 3470 3470 'HarbormasterBuildLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3471 3471 'HarbormasterBuildMessage' => array( 3472 - 0 => 'HarbormasterDAO', 3473 - 1 => 'PhabricatorPolicyInterface', 3472 + 'HarbormasterDAO', 3473 + 'PhabricatorPolicyInterface', 3474 3474 ), 3475 3475 'HarbormasterBuildMessageQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3476 3476 'HarbormasterBuildPlan' => array( 3477 - 0 => 'HarbormasterDAO', 3478 - 1 => 'PhabricatorPolicyInterface', 3479 - 2 => 'PhabricatorSubscribableInterface', 3477 + 'HarbormasterDAO', 3478 + 'PhabricatorPolicyInterface', 3479 + 'PhabricatorSubscribableInterface', 3480 3480 ), 3481 3481 'HarbormasterBuildPlanDatasource' => 'PhabricatorTypeaheadDatasource', 3482 3482 'HarbormasterBuildPlanEditor' => 'PhabricatorApplicationTransactionEditor', ··· 3487 3487 'HarbormasterBuildPlanTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 3488 3488 'HarbormasterBuildQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3489 3489 'HarbormasterBuildStep' => array( 3490 - 0 => 'HarbormasterDAO', 3491 - 1 => 'PhabricatorPolicyInterface', 3492 - 2 => 'PhabricatorCustomFieldInterface', 3490 + 'HarbormasterDAO', 3491 + 'PhabricatorPolicyInterface', 3492 + 'PhabricatorCustomFieldInterface', 3493 3493 ), 3494 3494 'HarbormasterBuildStepCoreCustomField' => array( 3495 - 0 => 'HarbormasterBuildStepCustomField', 3496 - 1 => 'PhabricatorStandardCustomFieldInterface', 3495 + 'HarbormasterBuildStepCustomField', 3496 + 'PhabricatorStandardCustomFieldInterface', 3497 3497 ), 3498 3498 'HarbormasterBuildStepCustomField' => 'PhabricatorCustomField', 3499 3499 'HarbormasterBuildStepEditor' => 'PhabricatorApplicationTransactionEditor', ··· 3501 3501 'HarbormasterBuildStepTransaction' => 'PhabricatorApplicationTransaction', 3502 3502 'HarbormasterBuildStepTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 3503 3503 'HarbormasterBuildTarget' => array( 3504 - 0 => 'HarbormasterDAO', 3505 - 1 => 'PhabricatorPolicyInterface', 3504 + 'HarbormasterDAO', 3505 + 'PhabricatorPolicyInterface', 3506 3506 ), 3507 3507 'HarbormasterBuildTargetQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3508 3508 'HarbormasterBuildTransaction' => 'PhabricatorApplicationTransaction', ··· 3511 3511 'HarbormasterBuildViewController' => 'HarbormasterController', 3512 3512 'HarbormasterBuildWorker' => 'HarbormasterWorker', 3513 3513 'HarbormasterBuildable' => array( 3514 - 0 => 'HarbormasterDAO', 3515 - 1 => 'PhabricatorPolicyInterface', 3516 - 2 => 'HarbormasterBuildableInterface', 3514 + 'HarbormasterDAO', 3515 + 'PhabricatorPolicyInterface', 3516 + 'HarbormasterBuildableInterface', 3517 3517 ), 3518 3518 'HarbormasterBuildableActionController' => 'HarbormasterController', 3519 3519 'HarbormasterBuildableListController' => 'HarbormasterController', ··· 3583 3583 'HeraldRecursiveConditionsException' => 'Exception', 3584 3584 'HeraldRemarkupRule' => 'PhabricatorRemarkupRuleObject', 3585 3585 'HeraldRule' => array( 3586 - 0 => 'HeraldDAO', 3587 - 1 => 'PhabricatorFlaggableInterface', 3588 - 2 => 'PhabricatorPolicyInterface', 3589 - 3 => 'PhabricatorDestructableInterface', 3586 + 'HeraldDAO', 3587 + 'PhabricatorFlaggableInterface', 3588 + 'PhabricatorPolicyInterface', 3589 + 'PhabricatorDestructibleInterface', 3590 3590 ), 3591 3591 'HeraldRuleController' => 'HeraldController', 3592 3592 'HeraldRuleEdit' => 'HeraldDAO', ··· 3602 3602 'HeraldTestConsoleController' => 'HeraldController', 3603 3603 'HeraldTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 3604 3604 'HeraldTranscript' => array( 3605 - 0 => 'HeraldDAO', 3606 - 1 => 'PhabricatorPolicyInterface', 3605 + 'HeraldDAO', 3606 + 'PhabricatorPolicyInterface', 3607 3607 ), 3608 3608 'HeraldTranscriptController' => 'HeraldController', 3609 3609 'HeraldTranscriptGarbageCollector' => 'PhabricatorGarbageCollector', ··· 3621 3621 'LegalpadController' => 'PhabricatorController', 3622 3622 'LegalpadDAO' => 'PhabricatorLiskDAO', 3623 3623 'LegalpadDocument' => array( 3624 - 0 => 'LegalpadDAO', 3625 - 1 => 'PhabricatorPolicyInterface', 3626 - 2 => 'PhabricatorSubscribableInterface', 3627 - 3 => 'PhabricatorApplicationTransactionInterface', 3628 - 4 => 'PhabricatorDestructableInterface', 3624 + 'LegalpadDAO', 3625 + 'PhabricatorPolicyInterface', 3626 + 'PhabricatorSubscribableInterface', 3627 + 'PhabricatorApplicationTransactionInterface', 3628 + 'PhabricatorDestructibleInterface', 3629 3629 ), 3630 3630 'LegalpadDocumentBody' => array( 3631 - 0 => 'LegalpadDAO', 3632 - 1 => 'PhabricatorMarkupInterface', 3631 + 'LegalpadDAO', 3632 + 'PhabricatorMarkupInterface', 3633 3633 ), 3634 3634 'LegalpadDocumentCommentController' => 'LegalpadController', 3635 3635 'LegalpadDocumentDatasource' => 'PhabricatorTypeaheadDatasource', ··· 3643 3643 'LegalpadDocumentSearchEngine' => 'PhabricatorApplicationSearchEngine', 3644 3644 'LegalpadDocumentSignController' => 'LegalpadController', 3645 3645 'LegalpadDocumentSignature' => array( 3646 - 0 => 'LegalpadDAO', 3647 - 1 => 'PhabricatorPolicyInterface', 3646 + 'LegalpadDAO', 3647 + 'PhabricatorPolicyInterface', 3648 3648 ), 3649 3649 'LegalpadDocumentSignatureAddController' => 'LegalpadController', 3650 3650 'LegalpadDocumentSignatureListController' => 'LegalpadController', ··· 3679 3679 'ManiphestCapabilityEditProjects' => 'PhabricatorPolicyCapability', 3680 3680 'ManiphestCapabilityEditStatus' => 'PhabricatorPolicyCapability', 3681 3681 'ManiphestConfiguredCustomField' => array( 3682 - 0 => 'ManiphestCustomField', 3683 - 1 => 'PhabricatorStandardCustomFieldInterface', 3682 + 'ManiphestCustomField', 3683 + 'PhabricatorStandardCustomFieldInterface', 3684 3684 ), 3685 3685 'ManiphestController' => 'PhabricatorController', 3686 3686 'ManiphestCreateMailReceiver' => 'PhabricatorMailReceiver', ··· 3705 3705 'ManiphestSubpriorityController' => 'ManiphestController', 3706 3706 'ManiphestSubscribeController' => 'ManiphestController', 3707 3707 'ManiphestTask' => array( 3708 - 0 => 'ManiphestDAO', 3709 - 1 => 'PhabricatorMarkupInterface', 3710 - 2 => 'PhabricatorPolicyInterface', 3711 - 3 => 'PhabricatorTokenReceiverInterface', 3712 - 4 => 'PhabricatorFlaggableInterface', 3713 - 5 => 'PhrequentTrackableInterface', 3714 - 6 => 'PhabricatorCustomFieldInterface', 3715 - 7 => 'PhabricatorDestructableInterface', 3716 - 8 => 'PhabricatorApplicationTransactionInterface', 3708 + 'ManiphestDAO', 3709 + 'PhabricatorMarkupInterface', 3710 + 'PhabricatorPolicyInterface', 3711 + 'PhabricatorTokenReceiverInterface', 3712 + 'PhabricatorFlaggableInterface', 3713 + 'PhrequentTrackableInterface', 3714 + 'PhabricatorCustomFieldInterface', 3715 + 'PhabricatorDestructibleInterface', 3716 + 'PhabricatorApplicationTransactionInterface', 3717 3717 ), 3718 3718 'ManiphestTaskDescriptionPreviewController' => 'ManiphestController', 3719 3719 'ManiphestTaskDetailController' => 'ManiphestController', ··· 3749 3749 'NuanceController' => 'PhabricatorController', 3750 3750 'NuanceDAO' => 'PhabricatorLiskDAO', 3751 3751 'NuanceItem' => array( 3752 - 0 => 'NuanceDAO', 3753 - 1 => 'PhabricatorPolicyInterface', 3752 + 'NuanceDAO', 3753 + 'PhabricatorPolicyInterface', 3754 3754 ), 3755 3755 'NuanceItemEditController' => 'NuanceController', 3756 3756 'NuanceItemEditor' => 'PhabricatorApplicationTransactionEditor', ··· 3766 3766 'NuancePhabricatorFormSourceDefinition' => 'NuanceSourceDefinition', 3767 3767 'NuanceQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 3768 3768 'NuanceQueue' => array( 3769 - 0 => 'NuanceDAO', 3770 - 1 => 'PhabricatorPolicyInterface', 3769 + 'NuanceDAO', 3770 + 'PhabricatorPolicyInterface', 3771 3771 ), 3772 3772 'NuanceQueueEditController' => 'NuanceController', 3773 3773 'NuanceQueueEditor' => 'PhabricatorApplicationTransactionEditor', ··· 3787 3787 'NuanceRequestorTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 3788 3788 'NuanceRequestorViewController' => 'NuanceController', 3789 3789 'NuanceSource' => array( 3790 - 0 => 'NuanceDAO', 3791 - 1 => 'PhabricatorPolicyInterface', 3790 + 'NuanceDAO', 3791 + 'PhabricatorPolicyInterface', 3792 3792 ), 3793 3793 'NuanceSourceDefinition' => 'Phobject', 3794 3794 'NuanceSourceEditController' => 'NuanceController', ··· 3862 3862 'PassphraseAbstractKey' => 'Phobject', 3863 3863 'PassphraseController' => 'PhabricatorController', 3864 3864 'PassphraseCredential' => array( 3865 - 0 => 'PassphraseDAO', 3866 - 1 => 'PhabricatorPolicyInterface', 3865 + 'PassphraseDAO', 3866 + 'PhabricatorPolicyInterface', 3867 3867 ), 3868 3868 'PassphraseCredentialControl' => 'AphrontFormControl', 3869 3869 'PassphraseCredentialCreateController' => 'PassphraseController', ··· 3985 3985 'PhabricatorApplicationTest' => 'PhabricatorApplication', 3986 3986 'PhabricatorApplicationTokens' => 'PhabricatorApplication', 3987 3987 'PhabricatorApplicationTransaction' => array( 3988 - 0 => 'PhabricatorLiskDAO', 3989 - 1 => 'PhabricatorPolicyInterface', 3990 - 2 => 'PhabricatorDestructableInterface', 3988 + 'PhabricatorLiskDAO', 3989 + 'PhabricatorPolicyInterface', 3990 + 'PhabricatorDestructibleInterface', 3991 3991 ), 3992 3992 'PhabricatorApplicationTransactionComment' => array( 3993 - 0 => 'PhabricatorLiskDAO', 3994 - 1 => 'PhabricatorMarkupInterface', 3995 - 2 => 'PhabricatorPolicyInterface', 3996 - 3 => 'PhabricatorDestructableInterface', 3993 + 'PhabricatorLiskDAO', 3994 + 'PhabricatorMarkupInterface', 3995 + 'PhabricatorPolicyInterface', 3996 + 'PhabricatorDestructibleInterface', 3997 3997 ), 3998 3998 'PhabricatorApplicationTransactionCommentEditController' => 'PhabricatorApplicationTransactionController', 3999 3999 'PhabricatorApplicationTransactionCommentEditor' => 'PhabricatorEditor', ··· 4027 4027 'PhabricatorAsanaConfigOptions' => 'PhabricatorApplicationConfigOptions', 4028 4028 'PhabricatorAuditAddCommentController' => 'PhabricatorAuditController', 4029 4029 'PhabricatorAuditComment' => array( 4030 - 0 => 'PhabricatorAuditDAO', 4031 - 1 => 'PhabricatorMarkupInterface', 4030 + 'PhabricatorAuditDAO', 4031 + 'PhabricatorMarkupInterface', 4032 4032 ), 4033 4033 'PhabricatorAuditCommentEditor' => 'PhabricatorEditor', 4034 4034 'PhabricatorAuditController' => 'PhabricatorController', 4035 4035 'PhabricatorAuditDAO' => 'PhabricatorLiskDAO', 4036 4036 'PhabricatorAuditInlineComment' => array( 4037 - 0 => 'PhabricatorAuditDAO', 4038 - 1 => 'PhabricatorInlineCommentInterface', 4037 + 'PhabricatorAuditDAO', 4038 + 'PhabricatorInlineCommentInterface', 4039 4039 ), 4040 4040 'PhabricatorAuditListController' => 'PhabricatorAuditController', 4041 4041 'PhabricatorAuditListView' => 'AphrontView', ··· 4073 4073 'PhabricatorAuthOneTimeLoginController' => 'PhabricatorAuthController', 4074 4074 'PhabricatorAuthPHIDTypeAuthFactor' => 'PhabricatorPHIDType', 4075 4075 'PhabricatorAuthProviderConfig' => array( 4076 - 0 => 'PhabricatorAuthDAO', 4077 - 1 => 'PhabricatorPolicyInterface', 4076 + 'PhabricatorAuthDAO', 4077 + 'PhabricatorPolicyInterface', 4078 4078 ), 4079 4079 'PhabricatorAuthProviderConfigController' => 'PhabricatorAuthController', 4080 4080 'PhabricatorAuthProviderConfigEditor' => 'PhabricatorApplicationTransactionEditor', ··· 4100 4100 'PhabricatorAuthProviderPersona' => 'PhabricatorAuthProvider', 4101 4101 'PhabricatorAuthRegisterController' => 'PhabricatorAuthController', 4102 4102 'PhabricatorAuthSession' => array( 4103 - 0 => 'PhabricatorAuthDAO', 4104 - 1 => 'PhabricatorPolicyInterface', 4103 + 'PhabricatorAuthDAO', 4104 + 'PhabricatorPolicyInterface', 4105 4105 ), 4106 4106 'PhabricatorAuthSessionEngine' => 'Phobject', 4107 4107 'PhabricatorAuthSessionGarbageCollector' => 'PhabricatorGarbageCollector', 4108 4108 'PhabricatorAuthSessionQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4109 4109 'PhabricatorAuthStartController' => 'PhabricatorAuthController', 4110 4110 'PhabricatorAuthTemporaryToken' => array( 4111 - 0 => 'PhabricatorAuthDAO', 4112 - 1 => 'PhabricatorPolicyInterface', 4111 + 'PhabricatorAuthDAO', 4112 + 'PhabricatorPolicyInterface', 4113 4113 ), 4114 4114 'PhabricatorAuthTemporaryTokenGarbageCollector' => 'PhabricatorGarbageCollector', 4115 4115 'PhabricatorAuthTemporaryTokenQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 4147 4147 'PhabricatorCalendarController' => 'PhabricatorController', 4148 4148 'PhabricatorCalendarDAO' => 'PhabricatorLiskDAO', 4149 4149 'PhabricatorCalendarEvent' => array( 4150 - 0 => 'PhabricatorCalendarDAO', 4151 - 1 => 'PhabricatorPolicyInterface', 4150 + 'PhabricatorCalendarDAO', 4151 + 'PhabricatorPolicyInterface', 4152 4152 ), 4153 4153 'PhabricatorCalendarEventDeleteController' => 'PhabricatorCalendarController', 4154 4154 'PhabricatorCalendarEventEditController' => 'PhabricatorCalendarController', ··· 4165 4165 'PhabricatorChangeParserTestCase' => 'PhabricatorWorkingCopyTestCase', 4166 4166 'PhabricatorChangesetResponse' => 'AphrontProxyResponse', 4167 4167 'PhabricatorChatLogChannel' => array( 4168 - 0 => 'PhabricatorChatLogDAO', 4169 - 1 => 'PhabricatorPolicyInterface', 4168 + 'PhabricatorChatLogDAO', 4169 + 'PhabricatorPolicyInterface', 4170 4170 ), 4171 4171 'PhabricatorChatLogChannelListController' => 'PhabricatorChatLogController', 4172 4172 'PhabricatorChatLogChannelLogController' => 'PhabricatorChatLogController', ··· 4174 4174 'PhabricatorChatLogController' => 'PhabricatorController', 4175 4175 'PhabricatorChatLogDAO' => 'PhabricatorLiskDAO', 4176 4176 'PhabricatorChatLogEvent' => array( 4177 - 0 => 'PhabricatorChatLogDAO', 4178 - 1 => 'PhabricatorPolicyInterface', 4177 + 'PhabricatorChatLogDAO', 4178 + 'PhabricatorPolicyInterface', 4179 4179 ), 4180 4180 'PhabricatorChatLogEventType' => 'PhabricatorChatLogConstants', 4181 4181 'PhabricatorChatLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 4195 4195 'PhabricatorConduitLogController' => 'PhabricatorConduitController', 4196 4196 'PhabricatorConduitLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4197 4197 'PhabricatorConduitMethodCallLog' => array( 4198 - 0 => 'PhabricatorConduitDAO', 4199 - 1 => 'PhabricatorPolicyInterface', 4198 + 'PhabricatorConduitDAO', 4199 + 'PhabricatorPolicyInterface', 4200 4200 ), 4201 4201 'PhabricatorConduitMethodQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4202 4202 'PhabricatorConduitSearchEngine' => 'PhabricatorApplicationSearchEngine', ··· 4209 4209 'PhabricatorConfigEditController' => 'PhabricatorConfigController', 4210 4210 'PhabricatorConfigEditor' => 'PhabricatorApplicationTransactionEditor', 4211 4211 'PhabricatorConfigEntry' => array( 4212 - 0 => 'PhabricatorConfigEntryDAO', 4213 - 1 => 'PhabricatorPolicyInterface', 4212 + 'PhabricatorConfigEntryDAO', 4213 + 'PhabricatorPolicyInterface', 4214 4214 ), 4215 4215 'PhabricatorConfigEntryDAO' => 'PhabricatorLiskDAO', 4216 4216 'PhabricatorConfigEntryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 4228 4228 'PhabricatorConfigManagementSetWorkflow' => 'PhabricatorConfigManagementWorkflow', 4229 4229 'PhabricatorConfigManagementWorkflow' => 'PhabricatorManagementWorkflow', 4230 4230 'PhabricatorConfigOption' => array( 4231 - 0 => 'Phobject', 4232 - 1 => 'PhabricatorMarkupInterface', 4231 + 'Phobject', 4232 + 'PhabricatorMarkupInterface', 4233 4233 ), 4234 4234 'PhabricatorConfigPHIDTypeConfig' => 'PhabricatorPHIDType', 4235 4235 'PhabricatorConfigProxySource' => 'PhabricatorConfigSource', ··· 4245 4245 'PhabricatorCookies' => 'Phobject', 4246 4246 'PhabricatorCoreConfigOptions' => 'PhabricatorApplicationConfigOptions', 4247 4247 'PhabricatorCountdown' => array( 4248 - 0 => 'PhabricatorCountdownDAO', 4249 - 1 => 'PhabricatorPolicyInterface', 4248 + 'PhabricatorCountdownDAO', 4249 + 'PhabricatorPolicyInterface', 4250 4250 ), 4251 4251 'PhabricatorCountdownCapabilityDefaultView' => 'PhabricatorPolicyCapability', 4252 4252 'PhabricatorCountdownController' => 'PhabricatorController', ··· 4281 4281 'PhabricatorDaemonDAO' => 'PhabricatorLiskDAO', 4282 4282 'PhabricatorDaemonEventListener' => 'PhabricatorEventListener', 4283 4283 'PhabricatorDaemonLog' => array( 4284 - 0 => 'PhabricatorDaemonDAO', 4285 - 1 => 'PhabricatorPolicyInterface', 4284 + 'PhabricatorDaemonDAO', 4285 + 'PhabricatorPolicyInterface', 4286 4286 ), 4287 4287 'PhabricatorDaemonLogEvent' => 'PhabricatorDaemonDAO', 4288 4288 'PhabricatorDaemonLogEventGarbageCollector' => 'PhabricatorGarbageCollector', ··· 4304 4304 'PhabricatorDaemonManagementWorkflow' => 'PhabricatorManagementWorkflow', 4305 4305 'PhabricatorDaemonTaskGarbageCollector' => 'PhabricatorGarbageCollector', 4306 4306 'PhabricatorDashboard' => array( 4307 - 0 => 'PhabricatorDashboardDAO', 4308 - 1 => 'PhabricatorPolicyInterface', 4307 + 'PhabricatorDashboardDAO', 4308 + 'PhabricatorPolicyInterface', 4309 4309 ), 4310 4310 'PhabricatorDashboardAddPanelController' => 'PhabricatorDashboardController', 4311 4311 'PhabricatorDashboardController' => 'PhabricatorController', ··· 4321 4321 'PhabricatorDashboardPHIDTypeDashboard' => 'PhabricatorPHIDType', 4322 4322 'PhabricatorDashboardPHIDTypePanel' => 'PhabricatorPHIDType', 4323 4323 'PhabricatorDashboardPanel' => array( 4324 - 0 => 'PhabricatorDashboardDAO', 4325 - 1 => 'PhabricatorPolicyInterface', 4326 - 2 => 'PhabricatorCustomFieldInterface', 4324 + 'PhabricatorDashboardDAO', 4325 + 'PhabricatorPolicyInterface', 4326 + 'PhabricatorCustomFieldInterface', 4327 4327 ), 4328 4328 'PhabricatorDashboardPanelArchiveController' => 'PhabricatorDashboardController', 4329 4329 'PhabricatorDashboardPanelCoreCustomField' => array( 4330 - 0 => 'PhabricatorDashboardPanelCustomField', 4331 - 1 => 'PhabricatorStandardCustomFieldInterface', 4330 + 'PhabricatorDashboardPanelCustomField', 4331 + 'PhabricatorStandardCustomFieldInterface', 4332 4332 ), 4333 4333 'PhabricatorDashboardPanelCustomField' => 'PhabricatorCustomField', 4334 4334 'PhabricatorDashboardPanelEditController' => 'PhabricatorDashboardController', ··· 4391 4391 'PhabricatorExampleEventListener' => 'PhabricatorEventListener', 4392 4392 'PhabricatorExtendingPhabricatorConfigOptions' => 'PhabricatorApplicationConfigOptions', 4393 4393 'PhabricatorExternalAccount' => array( 4394 - 0 => 'PhabricatorUserDAO', 4395 - 1 => 'PhabricatorPolicyInterface', 4394 + 'PhabricatorUserDAO', 4395 + 'PhabricatorPolicyInterface', 4396 4396 ), 4397 4397 'PhabricatorExternalAccountQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4398 4398 'PhabricatorFactAggregate' => 'PhabricatorFactDAO', ··· 4437 4437 'PhabricatorFeedStoryStatus' => 'PhabricatorFeedStory', 4438 4438 'PhabricatorFeedStoryTypeConstants' => 'PhabricatorFeedConstants', 4439 4439 'PhabricatorFile' => array( 4440 - 0 => 'PhabricatorFileDAO', 4441 - 1 => 'PhabricatorTokenReceiverInterface', 4442 - 2 => 'PhabricatorSubscribableInterface', 4443 - 3 => 'PhabricatorFlaggableInterface', 4444 - 4 => 'PhabricatorPolicyInterface', 4440 + 'PhabricatorFileDAO', 4441 + 'PhabricatorTokenReceiverInterface', 4442 + 'PhabricatorSubscribableInterface', 4443 + 'PhabricatorFlaggableInterface', 4444 + 'PhabricatorPolicyInterface', 4445 4445 ), 4446 4446 'PhabricatorFileCommentController' => 'PhabricatorFileController', 4447 4447 'PhabricatorFileComposeController' => 'PhabricatorFileController', ··· 4452 4452 'PhabricatorFileDropUploadController' => 'PhabricatorFileController', 4453 4453 'PhabricatorFileEditor' => 'PhabricatorApplicationTransactionEditor', 4454 4454 'PhabricatorFileImageMacro' => array( 4455 - 0 => 'PhabricatorFileDAO', 4456 - 1 => 'PhabricatorSubscribableInterface', 4457 - 2 => 'PhabricatorApplicationTransactionInterface', 4458 - 3 => 'PhabricatorFlaggableInterface', 4459 - 4 => 'PhabricatorPolicyInterface', 4455 + 'PhabricatorFileDAO', 4456 + 'PhabricatorSubscribableInterface', 4457 + 'PhabricatorApplicationTransactionInterface', 4458 + 'PhabricatorFlaggableInterface', 4459 + 'PhabricatorPolicyInterface', 4460 4460 ), 4461 4461 'PhabricatorFileInfoController' => 'PhabricatorFileController', 4462 4462 'PhabricatorFileLinkListView' => 'AphrontView', ··· 4485 4485 'PhabricatorFilesManagementRebuildWorkflow' => 'PhabricatorFilesManagementWorkflow', 4486 4486 'PhabricatorFilesManagementWorkflow' => 'PhabricatorManagementWorkflow', 4487 4487 'PhabricatorFlag' => array( 4488 - 0 => 'PhabricatorFlagDAO', 4489 - 1 => 'PhabricatorPolicyInterface', 4488 + 'PhabricatorFlagDAO', 4489 + 'PhabricatorPolicyInterface', 4490 4490 ), 4491 4491 'PhabricatorFlagColor' => 'PhabricatorFlagConstants', 4492 4492 'PhabricatorFlagController' => 'PhabricatorController', ··· 4608 4608 'PhabricatorMetaMTAMailableDatasource' => 'PhabricatorTypeaheadCompositeDatasource', 4609 4609 'PhabricatorMetaMTAMailgunReceiveController' => 'PhabricatorMetaMTAController', 4610 4610 'PhabricatorMetaMTAMailingList' => array( 4611 - 0 => 'PhabricatorMetaMTADAO', 4612 - 1 => 'PhabricatorPolicyInterface', 4613 - 2 => 'PhabricatorDestructableInterface', 4611 + 'PhabricatorMetaMTADAO', 4612 + 'PhabricatorPolicyInterface', 4613 + 'PhabricatorDestructibleInterface', 4614 4614 ), 4615 4615 'PhabricatorMetaMTAMemberQuery' => 'PhabricatorQuery', 4616 4616 'PhabricatorMetaMTAPermanentFailureException' => 'Exception', ··· 4624 4624 'PhabricatorMySQLConfigOptions' => 'PhabricatorApplicationConfigOptions', 4625 4625 'PhabricatorMySQLFileStorageEngine' => 'PhabricatorFileStorageEngine', 4626 4626 'PhabricatorNamedQuery' => array( 4627 - 0 => 'PhabricatorSearchDAO', 4628 - 1 => 'PhabricatorPolicyInterface', 4627 + 'PhabricatorSearchDAO', 4628 + 'PhabricatorPolicyInterface', 4629 4629 ), 4630 4630 'PhabricatorNamedQueryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4631 4631 'PhabricatorNotificationAdHocFeedStory' => 'PhabricatorFeedStory', ··· 4640 4640 'PhabricatorNotificationStatusView' => 'AphrontTagView', 4641 4641 'PhabricatorNotificationTestController' => 'PhabricatorNotificationController', 4642 4642 'PhabricatorOAuthClientAuthorization' => array( 4643 - 0 => 'PhabricatorOAuthServerDAO', 4644 - 1 => 'PhabricatorPolicyInterface', 4643 + 'PhabricatorOAuthServerDAO', 4644 + 'PhabricatorPolicyInterface', 4645 4645 ), 4646 4646 'PhabricatorOAuthClientAuthorizationQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4647 4647 'PhabricatorOAuthClientBaseController' => 'PhabricatorOAuthServerController', ··· 4656 4656 'PhabricatorOAuthServerAuthorizationsSettingsPanel' => 'PhabricatorSettingsPanel', 4657 4657 'PhabricatorOAuthServerCapabilityCreateClients' => 'PhabricatorPolicyCapability', 4658 4658 'PhabricatorOAuthServerClient' => array( 4659 - 0 => 'PhabricatorOAuthServerDAO', 4660 - 1 => 'PhabricatorPolicyInterface', 4659 + 'PhabricatorOAuthServerDAO', 4660 + 'PhabricatorPolicyInterface', 4661 4661 ), 4662 4662 'PhabricatorOAuthServerClientQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4663 4663 'PhabricatorOAuthServerClientSearchEngine' => 'PhabricatorApplicationSearchEngine', ··· 4685 4685 'PhabricatorOwnersOwner' => 'PhabricatorOwnersDAO', 4686 4686 'PhabricatorOwnersPHIDTypePackage' => 'PhabricatorPHIDType', 4687 4687 'PhabricatorOwnersPackage' => array( 4688 - 0 => 'PhabricatorOwnersDAO', 4689 - 1 => 'PhabricatorPolicyInterface', 4688 + 'PhabricatorOwnersDAO', 4689 + 'PhabricatorPolicyInterface', 4690 4690 ), 4691 4691 'PhabricatorOwnersPackageDatasource' => 'PhabricatorTypeaheadDatasource', 4692 4692 'PhabricatorOwnersPackageQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 4699 4699 'PhabricatorPasswordHasherTestCase' => 'PhabricatorTestCase', 4700 4700 'PhabricatorPasswordHasherUnavailableException' => 'Exception', 4701 4701 'PhabricatorPaste' => array( 4702 - 0 => 'PhabricatorPasteDAO', 4703 - 1 => 'PhabricatorSubscribableInterface', 4704 - 2 => 'PhabricatorTokenReceiverInterface', 4705 - 3 => 'PhabricatorFlaggableInterface', 4706 - 4 => 'PhabricatorPolicyInterface', 4707 - 5 => 'PhabricatorProjectInterface', 4702 + 'PhabricatorPasteDAO', 4703 + 'PhabricatorSubscribableInterface', 4704 + 'PhabricatorTokenReceiverInterface', 4705 + 'PhabricatorFlaggableInterface', 4706 + 'PhabricatorPolicyInterface', 4707 + 'PhabricatorProjectInterface', 4708 4708 ), 4709 4709 'PhabricatorPasteCommentController' => 'PhabricatorPasteController', 4710 4710 'PhabricatorPasteConfigOptions' => 'PhabricatorApplicationConfigOptions', ··· 4757 4757 'PhabricatorPhrictionConfigOptions' => 'PhabricatorApplicationConfigOptions', 4758 4758 'PhabricatorPolicies' => 'PhabricatorPolicyConstants', 4759 4759 'PhabricatorPolicy' => array( 4760 - 0 => 'PhabricatorPolicyDAO', 4761 - 1 => 'PhabricatorPolicyInterface', 4760 + 'PhabricatorPolicyDAO', 4761 + 'PhabricatorPolicyInterface', 4762 4762 ), 4763 4763 'PhabricatorPolicyAwareQuery' => 'PhabricatorOffsetPagedQuery', 4764 4764 'PhabricatorPolicyAwareTestQuery' => 'PhabricatorPolicyAwareQuery', ··· 4788 4788 'PhabricatorPolicyTestObject' => 'PhabricatorPolicyInterface', 4789 4789 'PhabricatorPolicyType' => 'PhabricatorPolicyConstants', 4790 4790 'PhabricatorProject' => array( 4791 - 0 => 'PhabricatorProjectDAO', 4792 - 1 => 'PhabricatorFlaggableInterface', 4793 - 2 => 'PhabricatorPolicyInterface', 4794 - 3 => 'PhabricatorSubscribableInterface', 4795 - 4 => 'PhabricatorCustomFieldInterface', 4796 - 5 => 'PhabricatorDestructableInterface', 4791 + 'PhabricatorProjectDAO', 4792 + 'PhabricatorFlaggableInterface', 4793 + 'PhabricatorPolicyInterface', 4794 + 'PhabricatorSubscribableInterface', 4795 + 'PhabricatorCustomFieldInterface', 4796 + 'PhabricatorDestructibleInterface', 4797 4797 ), 4798 4798 'PhabricatorProjectArchiveController' => 'PhabricatorProjectController', 4799 4799 'PhabricatorProjectBoardController' => 'PhabricatorProjectController', ··· 4802 4802 'PhabricatorProjectBoardReorderController' => 'PhabricatorProjectBoardController', 4803 4803 'PhabricatorProjectBoardViewController' => 'PhabricatorProjectBoardController', 4804 4804 'PhabricatorProjectColumn' => array( 4805 - 0 => 'PhabricatorProjectDAO', 4806 - 1 => 'PhabricatorPolicyInterface', 4807 - 2 => 'PhabricatorDestructableInterface', 4805 + 'PhabricatorProjectDAO', 4806 + 'PhabricatorPolicyInterface', 4807 + 'PhabricatorDestructibleInterface', 4808 4808 ), 4809 4809 'PhabricatorProjectColumnDetailController' => 'PhabricatorProjectBoardController', 4810 4810 'PhabricatorProjectColumnQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 4813 4813 'PhabricatorProjectColumnTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 4814 4814 'PhabricatorProjectConfigOptions' => 'PhabricatorApplicationConfigOptions', 4815 4815 'PhabricatorProjectConfiguredCustomField' => array( 4816 - 0 => 'PhabricatorProjectStandardCustomField', 4817 - 1 => 'PhabricatorStandardCustomFieldInterface', 4816 + 'PhabricatorProjectStandardCustomField', 4817 + 'PhabricatorStandardCustomFieldInterface', 4818 4818 ), 4819 4819 'PhabricatorProjectController' => 'PhabricatorController', 4820 4820 'PhabricatorProjectCreateController' => 'PhabricatorProjectController', ··· 4847 4847 'PhabricatorProjectSearchIndexer' => 'PhabricatorSearchDocumentIndexer', 4848 4848 'PhabricatorProjectSlug' => 'PhabricatorProjectDAO', 4849 4849 'PhabricatorProjectStandardCustomField' => array( 4850 - 0 => 'PhabricatorProjectCustomField', 4851 - 1 => 'PhabricatorStandardCustomFieldInterface', 4850 + 'PhabricatorProjectCustomField', 4851 + 'PhabricatorStandardCustomFieldInterface', 4852 4852 ), 4853 4853 'PhabricatorProjectTestDataGenerator' => 'PhabricatorTestDataGenerator', 4854 4854 'PhabricatorProjectTransaction' => 'PhabricatorApplicationTransaction', ··· 4876 4876 'PhabricatorRemarkupRuleObject' => 'PhutilRemarkupRule', 4877 4877 'PhabricatorRemarkupRuleYoutube' => 'PhutilRemarkupRule', 4878 4878 'PhabricatorRepository' => array( 4879 - 0 => 'PhabricatorRepositoryDAO', 4880 - 1 => 'PhabricatorPolicyInterface', 4881 - 2 => 'PhabricatorFlaggableInterface', 4882 - 3 => 'PhabricatorMarkupInterface', 4883 - 4 => 'PhabricatorDestructableInterface', 4884 - 5 => 'PhabricatorProjectInterface', 4879 + 'PhabricatorRepositoryDAO', 4880 + 'PhabricatorPolicyInterface', 4881 + 'PhabricatorFlaggableInterface', 4882 + 'PhabricatorMarkupInterface', 4883 + 'PhabricatorDestructibleInterface', 4884 + 'PhabricatorProjectInterface', 4885 4885 ), 4886 4886 'PhabricatorRepositoryArcanistProject' => array( 4887 - 0 => 'PhabricatorRepositoryDAO', 4888 - 1 => 'PhabricatorPolicyInterface', 4889 - 2 => 'PhabricatorDestructableInterface', 4887 + 'PhabricatorRepositoryDAO', 4888 + 'PhabricatorPolicyInterface', 4889 + 'PhabricatorDestructibleInterface', 4890 4890 ), 4891 4891 'PhabricatorRepositoryArcanistProjectDeleteController' => 'PhabricatorRepositoryController', 4892 4892 'PhabricatorRepositoryArcanistProjectEditController' => 'PhabricatorRepositoryController', 4893 4893 'PhabricatorRepositoryArcanistProjectQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4894 4894 'PhabricatorRepositoryAuditRequest' => array( 4895 - 0 => 'PhabricatorRepositoryDAO', 4896 - 1 => 'PhabricatorPolicyInterface', 4895 + 'PhabricatorRepositoryDAO', 4896 + 'PhabricatorPolicyInterface', 4897 4897 ), 4898 4898 'PhabricatorRepositoryBranch' => 'PhabricatorRepositoryDAO', 4899 4899 'PhabricatorRepositoryCommit' => array( 4900 - 0 => 'PhabricatorRepositoryDAO', 4901 - 1 => 'PhabricatorPolicyInterface', 4902 - 2 => 'PhabricatorFlaggableInterface', 4903 - 3 => 'PhabricatorTokenReceiverInterface', 4904 - 4 => 'HarbormasterBuildableInterface', 4905 - 5 => 'PhabricatorCustomFieldInterface', 4900 + 'PhabricatorRepositoryDAO', 4901 + 'PhabricatorPolicyInterface', 4902 + 'PhabricatorFlaggableInterface', 4903 + 'PhabricatorTokenReceiverInterface', 4904 + 'HarbormasterBuildableInterface', 4905 + 'PhabricatorCustomFieldInterface', 4906 4906 ), 4907 4907 'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker', 4908 4908 'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO', ··· 4936 4936 'PhabricatorRepositoryMercurialCommitChangeParserWorker' => 'PhabricatorRepositoryCommitChangeParserWorker', 4937 4937 'PhabricatorRepositoryMercurialCommitMessageParserWorker' => 'PhabricatorRepositoryCommitMessageParserWorker', 4938 4938 'PhabricatorRepositoryMirror' => array( 4939 - 0 => 'PhabricatorRepositoryDAO', 4940 - 1 => 'PhabricatorPolicyInterface', 4939 + 'PhabricatorRepositoryDAO', 4940 + 'PhabricatorPolicyInterface', 4941 4941 ), 4942 4942 'PhabricatorRepositoryMirrorEngine' => 'PhabricatorRepositoryEngine', 4943 4943 'PhabricatorRepositoryMirrorQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 4951 4951 'PhabricatorRepositoryPullEngine' => 'PhabricatorRepositoryEngine', 4952 4952 'PhabricatorRepositoryPullLocalDaemon' => 'PhabricatorDaemon', 4953 4953 'PhabricatorRepositoryPushEvent' => array( 4954 - 0 => 'PhabricatorRepositoryDAO', 4955 - 1 => 'PhabricatorPolicyInterface', 4954 + 'PhabricatorRepositoryDAO', 4955 + 'PhabricatorPolicyInterface', 4956 4956 ), 4957 4957 'PhabricatorRepositoryPushEventQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4958 4958 'PhabricatorRepositoryPushLog' => array( 4959 - 0 => 'PhabricatorRepositoryDAO', 4960 - 1 => 'PhabricatorPolicyInterface', 4959 + 'PhabricatorRepositoryDAO', 4960 + 'PhabricatorPolicyInterface', 4961 4961 ), 4962 4962 'PhabricatorRepositoryPushLogQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4963 4963 'PhabricatorRepositoryPushLogSearchEngine' => 'PhabricatorApplicationSearchEngine', ··· 4965 4965 'PhabricatorRepositoryPushReplyHandler' => 'PhabricatorMailReplyHandler', 4966 4966 'PhabricatorRepositoryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4967 4967 'PhabricatorRepositoryRefCursor' => array( 4968 - 0 => 'PhabricatorRepositoryDAO', 4969 - 1 => 'PhabricatorPolicyInterface', 4968 + 'PhabricatorRepositoryDAO', 4969 + 'PhabricatorPolicyInterface', 4970 4970 ), 4971 4971 'PhabricatorRepositoryRefCursorQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4972 4972 'PhabricatorRepositoryRefEngine' => 'PhabricatorRepositoryEngine', ··· 5001 5001 'PhabricatorSSHPassthruCommand' => 'Phobject', 5002 5002 'PhabricatorSSHWorkflow' => 'PhabricatorManagementWorkflow', 5003 5003 'PhabricatorSavedQuery' => array( 5004 - 0 => 'PhabricatorSearchDAO', 5005 - 1 => 'PhabricatorPolicyInterface', 5004 + 'PhabricatorSearchDAO', 5005 + 'PhabricatorPolicyInterface', 5006 5006 ), 5007 5007 'PhabricatorSavedQueryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5008 5008 'PhabricatorSearchApplicationSearchEngine' => 'PhabricatorApplicationSearchEngine', ··· 5085 5085 'PhabricatorSlowvoteOption' => 'PhabricatorSlowvoteDAO', 5086 5086 'PhabricatorSlowvotePHIDTypePoll' => 'PhabricatorPHIDType', 5087 5087 'PhabricatorSlowvotePoll' => array( 5088 - 0 => 'PhabricatorSlowvoteDAO', 5089 - 1 => 'PhabricatorPolicyInterface', 5090 - 2 => 'PhabricatorSubscribableInterface', 5091 - 3 => 'PhabricatorFlaggableInterface', 5092 - 4 => 'PhabricatorTokenReceiverInterface', 5093 - 5 => 'PhabricatorProjectInterface', 5088 + 'PhabricatorSlowvoteDAO', 5089 + 'PhabricatorPolicyInterface', 5090 + 'PhabricatorSubscribableInterface', 5091 + 'PhabricatorFlaggableInterface', 5092 + 'PhabricatorTokenReceiverInterface', 5093 + 'PhabricatorProjectInterface', 5094 5094 ), 5095 5095 'PhabricatorSlowvotePollController' => 'PhabricatorSlowvoteController', 5096 5096 'PhabricatorSlowvoteQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 5149 5149 'PhabricatorTestWorker' => 'PhabricatorWorker', 5150 5150 'PhabricatorTimeTestCase' => 'PhabricatorTestCase', 5151 5151 'PhabricatorToken' => array( 5152 - 0 => 'PhabricatorTokenDAO', 5153 - 1 => 'PhabricatorPolicyInterface', 5152 + 'PhabricatorTokenDAO', 5153 + 'PhabricatorPolicyInterface', 5154 5154 ), 5155 5155 'PhabricatorTokenController' => 'PhabricatorController', 5156 5156 'PhabricatorTokenCount' => 'PhabricatorTokenDAO', ··· 5158 5158 'PhabricatorTokenDAO' => 'PhabricatorLiskDAO', 5159 5159 'PhabricatorTokenGiveController' => 'PhabricatorTokenController', 5160 5160 'PhabricatorTokenGiven' => array( 5161 - 0 => 'PhabricatorTokenDAO', 5162 - 1 => 'PhabricatorPolicyInterface', 5161 + 'PhabricatorTokenDAO', 5162 + 'PhabricatorPolicyInterface', 5163 5163 ), 5164 5164 'PhabricatorTokenGivenController' => 'PhabricatorTokenController', 5165 5165 'PhabricatorTokenGivenEditor' => 'PhabricatorEditor', ··· 5192 5192 'PhabricatorUITooltipExample' => 'PhabricatorUIExample', 5193 5193 'PhabricatorUnitsTestCase' => 'PhabricatorTestCase', 5194 5194 'PhabricatorUser' => array( 5195 - 0 => 'PhabricatorUserDAO', 5196 - 1 => 'PhutilPerson', 5197 - 2 => 'PhabricatorPolicyInterface', 5198 - 3 => 'PhabricatorCustomFieldInterface', 5199 - 4 => 'PhabricatorDestructableInterface', 5195 + 'PhabricatorUserDAO', 5196 + 'PhutilPerson', 5197 + 'PhabricatorPolicyInterface', 5198 + 'PhabricatorCustomFieldInterface', 5199 + 'PhabricatorDestructibleInterface', 5200 5200 ), 5201 5201 'PhabricatorUserBlurbField' => 'PhabricatorUserCustomField', 5202 5202 'PhabricatorUserConfigOptions' => 'PhabricatorApplicationConfigOptions', 5203 5203 'PhabricatorUserConfiguredCustomField' => array( 5204 - 0 => 'PhabricatorUserCustomField', 5205 - 1 => 'PhabricatorStandardCustomFieldInterface', 5204 + 'PhabricatorUserCustomField', 5205 + 'PhabricatorStandardCustomFieldInterface', 5206 5206 ), 5207 5207 'PhabricatorUserConfiguredCustomFieldStorage' => 'PhabricatorCustomFieldStorage', 5208 5208 'PhabricatorUserCustomField' => 'PhabricatorCustomField', ··· 5214 5214 'PhabricatorUserEmail' => 'PhabricatorUserDAO', 5215 5215 'PhabricatorUserEmailTestCase' => 'PhabricatorTestCase', 5216 5216 'PhabricatorUserLog' => array( 5217 - 0 => 'PhabricatorUserDAO', 5218 - 1 => 'PhabricatorPolicyInterface', 5217 + 'PhabricatorUserDAO', 5218 + 'PhabricatorPolicyInterface', 5219 5219 ), 5220 5220 'PhabricatorUserLogView' => 'AphrontView', 5221 5221 'PhabricatorUserPreferences' => 'PhabricatorUserDAO', ··· 5266 5266 'PhameBasicBlogSkin' => 'PhameBlogSkin', 5267 5267 'PhameBasicTemplateBlogSkin' => 'PhameBasicBlogSkin', 5268 5268 'PhameBlog' => array( 5269 - 0 => 'PhameDAO', 5270 - 1 => 'PhabricatorPolicyInterface', 5271 - 2 => 'PhabricatorMarkupInterface', 5269 + 'PhameDAO', 5270 + 'PhabricatorPolicyInterface', 5271 + 'PhabricatorMarkupInterface', 5272 5272 ), 5273 5273 'PhameBlogDeleteController' => 'PhameController', 5274 5274 'PhameBlogEditController' => 'PhameController', ··· 5282 5282 'PhameController' => 'PhabricatorController', 5283 5283 'PhameDAO' => 'PhabricatorLiskDAO', 5284 5284 'PhamePost' => array( 5285 - 0 => 'PhameDAO', 5286 - 1 => 'PhabricatorPolicyInterface', 5287 - 2 => 'PhabricatorMarkupInterface', 5288 - 3 => 'PhabricatorTokenReceiverInterface', 5285 + 'PhameDAO', 5286 + 'PhabricatorPolicyInterface', 5287 + 'PhabricatorMarkupInterface', 5288 + 'PhabricatorTokenReceiverInterface', 5289 5289 ), 5290 5290 'PhamePostDeleteController' => 'PhameController', 5291 5291 'PhamePostEditController' => 'PhameController', ··· 5308 5308 'PhluxTransaction' => 'PhabricatorApplicationTransaction', 5309 5309 'PhluxTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 5310 5310 'PhluxVariable' => array( 5311 - 0 => 'PhluxDAO', 5312 - 1 => 'PhabricatorFlaggableInterface', 5313 - 2 => 'PhabricatorPolicyInterface', 5311 + 'PhluxDAO', 5312 + 'PhabricatorFlaggableInterface', 5313 + 'PhabricatorPolicyInterface', 5314 5314 ), 5315 5315 'PhluxVariableEditor' => 'PhabricatorApplicationTransactionEditor', 5316 5316 'PhluxVariableQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', ··· 5321 5321 'PholioController' => 'PhabricatorController', 5322 5322 'PholioDAO' => 'PhabricatorLiskDAO', 5323 5323 'PholioImage' => array( 5324 - 0 => 'PholioDAO', 5325 - 1 => 'PhabricatorMarkupInterface', 5326 - 2 => 'PhabricatorPolicyInterface', 5324 + 'PholioDAO', 5325 + 'PhabricatorMarkupInterface', 5326 + 'PhabricatorPolicyInterface', 5327 5327 ), 5328 5328 'PholioImageQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5329 5329 'PholioImageUploadController' => 'PholioController', ··· 5331 5331 'PholioInlineListController' => 'PholioController', 5332 5332 'PholioInlineThumbController' => 'PholioController', 5333 5333 'PholioMock' => array( 5334 - 0 => 'PholioDAO', 5335 - 1 => 'PhabricatorMarkupInterface', 5336 - 2 => 'PhabricatorPolicyInterface', 5337 - 3 => 'PhabricatorSubscribableInterface', 5338 - 4 => 'PhabricatorTokenReceiverInterface', 5339 - 5 => 'PhabricatorFlaggableInterface', 5340 - 6 => 'PhabricatorApplicationTransactionInterface', 5341 - 7 => 'PhabricatorProjectInterface', 5342 - 8 => 'PhabricatorDestructableInterface', 5334 + 'PholioDAO', 5335 + 'PhabricatorMarkupInterface', 5336 + 'PhabricatorPolicyInterface', 5337 + 'PhabricatorSubscribableInterface', 5338 + 'PhabricatorTokenReceiverInterface', 5339 + 'PhabricatorFlaggableInterface', 5340 + 'PhabricatorApplicationTransactionInterface', 5341 + 'PhabricatorProjectInterface', 5342 + 'PhabricatorDestructibleInterface', 5343 5343 ), 5344 5344 'PholioMockCommentController' => 'PholioController', 5345 5345 'PholioMockEditController' => 'PholioController', ··· 5364 5364 'PholioTransactionView' => 'PhabricatorApplicationTransactionView', 5365 5365 'PholioUploadedImageView' => 'AphrontView', 5366 5366 'PhortuneAccount' => array( 5367 - 0 => 'PhortuneDAO', 5368 - 1 => 'PhabricatorPolicyInterface', 5367 + 'PhortuneDAO', 5368 + 'PhabricatorPolicyInterface', 5369 5369 ), 5370 5370 'PhortuneAccountBuyController' => 'PhortuneController', 5371 5371 'PhortuneAccountEditor' => 'PhabricatorApplicationTransactionEditor', ··· 5386 5386 'PhortuneNoPaymentProviderException' => 'Exception', 5387 5387 'PhortuneNotImplementedException' => 'Exception', 5388 5388 'PhortunePaymentMethod' => array( 5389 - 0 => 'PhortuneDAO', 5390 - 1 => 'PhabricatorPolicyInterface', 5389 + 'PhortuneDAO', 5390 + 'PhabricatorPolicyInterface', 5391 5391 ), 5392 5392 'PhortunePaymentMethodEditController' => 'PhortuneController', 5393 5393 'PhortunePaymentMethodListController' => 'PhabricatorController', ··· 5396 5396 'PhortunePaymentProviderTestCase' => 'PhabricatorTestCase', 5397 5397 'PhortunePaypalPaymentProvider' => 'PhortunePaymentProvider', 5398 5398 'PhortuneProduct' => array( 5399 - 0 => 'PhortuneDAO', 5400 - 1 => 'PhabricatorPolicyInterface', 5399 + 'PhortuneDAO', 5400 + 'PhabricatorPolicyInterface', 5401 5401 ), 5402 5402 'PhortuneProductEditController' => 'PhabricatorController', 5403 5403 'PhortuneProductEditor' => 'PhabricatorApplicationTransactionEditor', ··· 5418 5418 'PhragmentCreateController' => 'PhragmentController', 5419 5419 'PhragmentDAO' => 'PhabricatorLiskDAO', 5420 5420 'PhragmentFragment' => array( 5421 - 0 => 'PhragmentDAO', 5422 - 1 => 'PhabricatorPolicyInterface', 5421 + 'PhragmentDAO', 5422 + 'PhabricatorPolicyInterface', 5423 5423 ), 5424 5424 'PhragmentFragmentQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5425 5425 'PhragmentFragmentVersion' => array( 5426 - 0 => 'PhragmentDAO', 5427 - 1 => 'PhabricatorPolicyInterface', 5426 + 'PhragmentDAO', 5427 + 'PhabricatorPolicyInterface', 5428 5428 ), 5429 5429 'PhragmentFragmentVersionQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5430 5430 'PhragmentHistoryController' => 'PhragmentController', ··· 5436 5436 'PhragmentPolicyController' => 'PhragmentController', 5437 5437 'PhragmentRevertController' => 'PhragmentController', 5438 5438 'PhragmentSnapshot' => array( 5439 - 0 => 'PhragmentDAO', 5440 - 1 => 'PhabricatorPolicyInterface', 5439 + 'PhragmentDAO', 5440 + 'PhabricatorPolicyInterface', 5441 5441 ), 5442 5442 'PhragmentSnapshotChild' => array( 5443 - 0 => 'PhragmentDAO', 5444 - 1 => 'PhabricatorPolicyInterface', 5443 + 'PhragmentDAO', 5444 + 'PhabricatorPolicyInterface', 5445 5445 ), 5446 5446 'PhragmentSnapshotChildQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5447 5447 'PhragmentSnapshotCreateController' => 'PhragmentController', ··· 5463 5463 'PhrequentTrackingEditor' => 'PhabricatorEditor', 5464 5464 'PhrequentUIEventListener' => 'PhabricatorEventListener', 5465 5465 'PhrequentUserTime' => array( 5466 - 0 => 'PhrequentDAO', 5467 - 1 => 'PhabricatorPolicyInterface', 5466 + 'PhrequentDAO', 5467 + 'PhabricatorPolicyInterface', 5468 5468 ), 5469 5469 'PhrequentUserTimeQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5470 5470 'PhrictionActionConstants' => 'PhrictionConstants', 5471 5471 'PhrictionActionMenuEventListener' => 'PhabricatorEventListener', 5472 5472 'PhrictionChangeType' => 'PhrictionConstants', 5473 5473 'PhrictionContent' => array( 5474 - 0 => 'PhrictionDAO', 5475 - 1 => 'PhabricatorMarkupInterface', 5474 + 'PhrictionDAO', 5475 + 'PhabricatorMarkupInterface', 5476 5476 ), 5477 5477 'PhrictionController' => 'PhabricatorController', 5478 5478 'PhrictionDAO' => 'PhabricatorLiskDAO', 5479 5479 'PhrictionDeleteController' => 'PhrictionController', 5480 5480 'PhrictionDiffController' => 'PhrictionController', 5481 5481 'PhrictionDocument' => array( 5482 - 0 => 'PhrictionDAO', 5483 - 1 => 'PhabricatorPolicyInterface', 5484 - 2 => 'PhabricatorSubscribableInterface', 5485 - 3 => 'PhabricatorFlaggableInterface', 5486 - 4 => 'PhabricatorTokenReceiverInterface', 5482 + 'PhrictionDAO', 5483 + 'PhabricatorPolicyInterface', 5484 + 'PhabricatorSubscribableInterface', 5485 + 'PhabricatorFlaggableInterface', 5486 + 'PhabricatorTokenReceiverInterface', 5487 + 'PhabricatorDestructibleInterface', 5487 5488 ), 5488 5489 'PhrictionDocumentController' => 'PhrictionController', 5489 5490 'PhrictionDocumentEditor' => 'PhabricatorEditor', ··· 5502 5503 'PhrictionSearchIndexer' => 'PhabricatorSearchDocumentIndexer', 5503 5504 'PonderAddAnswerView' => 'AphrontView', 5504 5505 'PonderAnswer' => array( 5505 - 0 => 'PonderDAO', 5506 - 1 => 'PhabricatorMarkupInterface', 5507 - 2 => 'PonderVotableInterface', 5508 - 3 => 'PhabricatorPolicyInterface', 5509 - 4 => 'PhabricatorFlaggableInterface', 5510 - 5 => 'PhabricatorSubscribableInterface', 5511 - 6 => 'PhabricatorTokenReceiverInterface', 5506 + 'PonderDAO', 5507 + 'PhabricatorMarkupInterface', 5508 + 'PonderVotableInterface', 5509 + 'PhabricatorPolicyInterface', 5510 + 'PhabricatorFlaggableInterface', 5511 + 'PhabricatorSubscribableInterface', 5512 + 'PhabricatorTokenReceiverInterface', 5512 5513 ), 5513 5514 'PonderAnswerCommentController' => 'PonderController', 5514 5515 'PonderAnswerEditController' => 'PonderController', ··· 5520 5521 'PonderAnswerTransactionComment' => 'PhabricatorApplicationTransactionComment', 5521 5522 'PonderAnswerTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 5522 5523 'PonderComment' => array( 5523 - 0 => 'PonderDAO', 5524 - 1 => 'PhabricatorMarkupInterface', 5524 + 'PonderDAO', 5525 + 'PhabricatorMarkupInterface', 5525 5526 ), 5526 5527 'PonderCommentQuery' => 'PhabricatorQuery', 5527 5528 'PonderController' => 'PhabricatorController', ··· 5530 5531 'PonderPHIDTypeAnswer' => 'PhabricatorPHIDType', 5531 5532 'PonderPHIDTypeQuestion' => 'PhabricatorPHIDType', 5532 5533 'PonderQuestion' => array( 5533 - 0 => 'PonderDAO', 5534 - 1 => 'PhabricatorMarkupInterface', 5535 - 2 => 'PonderVotableInterface', 5536 - 3 => 'PhabricatorSubscribableInterface', 5537 - 4 => 'PhabricatorFlaggableInterface', 5538 - 5 => 'PhabricatorPolicyInterface', 5539 - 6 => 'PhabricatorTokenReceiverInterface', 5540 - 7 => 'PhabricatorProjectInterface', 5534 + 'PonderDAO', 5535 + 'PhabricatorMarkupInterface', 5536 + 'PonderVotableInterface', 5537 + 'PhabricatorSubscribableInterface', 5538 + 'PhabricatorFlaggableInterface', 5539 + 'PhabricatorPolicyInterface', 5540 + 'PhabricatorTokenReceiverInterface', 5541 + 'PhabricatorProjectInterface', 5541 5542 ), 5542 5543 'PonderQuestionCommentController' => 'PonderController', 5543 5544 'PonderQuestionEditController' => 'PonderController', ··· 5566 5567 'QueryFormattingTestCase' => 'PhabricatorTestCase', 5567 5568 'ReleephAuthorFieldSpecification' => 'ReleephFieldSpecification', 5568 5569 'ReleephBranch' => array( 5569 - 0 => 'ReleephDAO', 5570 - 1 => 'PhabricatorPolicyInterface', 5570 + 'ReleephDAO', 5571 + 'PhabricatorPolicyInterface', 5571 5572 ), 5572 5573 'ReleephBranchAccessController' => 'ReleephBranchController', 5573 5574 'ReleephBranchCommitFieldSpecification' => 'ReleephFieldSpecification', ··· 5583 5584 'ReleephBranchTransaction' => 'PhabricatorApplicationTransaction', 5584 5585 'ReleephBranchTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 5585 5586 'ReleephBranchViewController' => array( 5586 - 0 => 'ReleephBranchController', 5587 - 1 => 'PhabricatorApplicationSearchResultsControllerInterface', 5587 + 'ReleephBranchController', 5588 + 'PhabricatorApplicationSearchResultsControllerInterface', 5588 5589 ), 5589 5590 'ReleephCommitFinderException' => 'Exception', 5590 5591 'ReleephCommitMessageFieldSpecification' => 'ReleephFieldSpecification', ··· 5597 5598 'ReleephDiffSizeFieldSpecification' => 'ReleephFieldSpecification', 5598 5599 'ReleephFieldParseException' => 'Exception', 5599 5600 'ReleephFieldSpecification' => array( 5600 - 0 => 'PhabricatorCustomField', 5601 - 1 => 'PhabricatorMarkupInterface', 5601 + 'PhabricatorCustomField', 5602 + 'PhabricatorMarkupInterface', 5602 5603 ), 5603 5604 'ReleephIntentFieldSpecification' => 'ReleephFieldSpecification', 5604 5605 'ReleephLevelFieldSpecification' => 'ReleephFieldSpecification', ··· 5618 5619 'ReleephProductTransaction' => 'PhabricatorApplicationTransaction', 5619 5620 'ReleephProductTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 5620 5621 'ReleephProductViewController' => array( 5621 - 0 => 'ReleephProductController', 5622 - 1 => 'PhabricatorApplicationSearchResultsControllerInterface', 5622 + 'ReleephProductController', 5623 + 'PhabricatorApplicationSearchResultsControllerInterface', 5623 5624 ), 5624 5625 'ReleephProject' => array( 5625 - 0 => 'ReleephDAO', 5626 - 1 => 'PhabricatorPolicyInterface', 5626 + 'ReleephDAO', 5627 + 'PhabricatorPolicyInterface', 5627 5628 ), 5628 5629 'ReleephReasonFieldSpecification' => 'ReleephFieldSpecification', 5629 5630 'ReleephRequest' => array( 5630 - 0 => 'ReleephDAO', 5631 - 1 => 'PhabricatorPolicyInterface', 5632 - 2 => 'PhabricatorCustomFieldInterface', 5631 + 'ReleephDAO', 5632 + 'PhabricatorPolicyInterface', 5633 + 'PhabricatorCustomFieldInterface', 5633 5634 ), 5634 5635 'ReleephRequestActionController' => 'ReleephRequestController', 5635 5636 'ReleephRequestCommentController' => 'ReleephRequestController',
+2 -2
src/applications/differential/storage/DifferentialDiff.php
··· 6 6 PhabricatorPolicyInterface, 7 7 HarbormasterBuildableInterface, 8 8 PhabricatorApplicationTransactionInterface, 9 - PhabricatorDestructableInterface { 9 + PhabricatorDestructibleInterface { 10 10 11 11 protected $revisionID; 12 12 protected $authorPHID; ··· 392 392 } 393 393 394 394 395 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 395 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 396 396 397 397 398 398 public function destroyObjectPermanently(
+2 -2
src/applications/differential/storage/DifferentialRevision.php
··· 10 10 PhabricatorSubscribableInterface, 11 11 PhabricatorCustomFieldInterface, 12 12 PhabricatorApplicationTransactionInterface, 13 - PhabricatorDestructableInterface, 13 + PhabricatorDestructibleInterface, 14 14 PhabricatorProjectInterface { 15 15 16 16 protected $title = ''; ··· 449 449 } 450 450 451 451 452 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 452 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 453 453 454 454 455 455 public function destroyObjectPermanently(
+2 -2
src/applications/herald/storage/HeraldRule.php
··· 4 4 implements 5 5 PhabricatorFlaggableInterface, 6 6 PhabricatorPolicyInterface, 7 - PhabricatorDestructableInterface { 7 + PhabricatorDestructibleInterface { 8 8 9 9 const TABLE_RULE_APPLIED = 'herald_ruleapplied'; 10 10 ··· 252 252 } 253 253 254 254 255 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 255 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 256 256 257 257 public function destroyObjectPermanently( 258 258 PhabricatorDestructionEngine $engine) {
+2 -2
src/applications/legalpad/storage/LegalpadDocument.php
··· 5 5 PhabricatorPolicyInterface, 6 6 PhabricatorSubscribableInterface, 7 7 PhabricatorApplicationTransactionInterface, 8 - PhabricatorDestructableInterface { 8 + PhabricatorDestructibleInterface { 9 9 10 10 protected $title; 11 11 protected $contributorCount; ··· 201 201 } 202 202 203 203 204 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 204 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 205 205 206 206 207 207 public function destroyObjectPermanently(
+2 -2
src/applications/mailinglists/storage/PhabricatorMetaMTAMailingList.php
··· 3 3 final class PhabricatorMetaMTAMailingList extends PhabricatorMetaMTADAO 4 4 implements 5 5 PhabricatorPolicyInterface, 6 - PhabricatorDestructableInterface { 6 + PhabricatorDestructibleInterface { 7 7 8 8 protected $name; 9 9 protected $email; ··· 43 43 } 44 44 45 45 46 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 46 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 47 47 48 48 49 49 public function destroyObjectPermanently(
+2 -2
src/applications/maniphest/storage/ManiphestTask.php
··· 8 8 PhabricatorFlaggableInterface, 9 9 PhrequentTrackableInterface, 10 10 PhabricatorCustomFieldInterface, 11 - PhabricatorDestructableInterface, 11 + PhabricatorDestructibleInterface, 12 12 PhabricatorApplicationTransactionInterface { 13 13 14 14 const MARKUP_FIELD_DESCRIPTION = 'markup:desc'; ··· 285 285 } 286 286 287 287 288 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 288 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 289 289 290 290 291 291 public function destroyObjectPermanently(
+2 -2
src/applications/people/storage/PhabricatorUser.php
··· 9 9 PhutilPerson, 10 10 PhabricatorPolicyInterface, 11 11 PhabricatorCustomFieldInterface, 12 - PhabricatorDestructableInterface { 12 + PhabricatorDestructibleInterface { 13 13 14 14 const SESSION_TABLE = 'phabricator_session'; 15 15 const NAMETOKEN_TABLE = 'user_nametoken'; ··· 821 821 } 822 822 823 823 824 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 824 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 825 825 826 826 827 827 public function destroyObjectPermanently(
+2 -2
src/applications/pholio/storage/PholioMock.php
··· 9 9 PhabricatorFlaggableInterface, 10 10 PhabricatorApplicationTransactionInterface, 11 11 PhabricatorProjectInterface, 12 - PhabricatorDestructableInterface { 12 + PhabricatorDestructibleInterface { 13 13 14 14 const MARKUP_FIELD_DESCRIPTION = 'markup:description'; 15 15 ··· 258 258 } 259 259 260 260 261 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 261 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 262 262 263 263 264 264 public function destroyObjectPermanently(
+2 -2
src/applications/phriction/storage/PhrictionDocument.php
··· 6 6 PhabricatorSubscribableInterface, 7 7 PhabricatorFlaggableInterface, 8 8 PhabricatorTokenReceiverInterface, 9 - PhabricatorDestructableInterface { 9 + PhabricatorDestructibleInterface { 10 10 11 11 protected $slug; 12 12 protected $depth; ··· 183 183 } 184 184 185 185 186 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 186 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 187 187 188 188 189 189 public function destroyObjectPermanently(
+2 -2
src/applications/project/storage/PhabricatorProject.php
··· 6 6 PhabricatorPolicyInterface, 7 7 PhabricatorSubscribableInterface, 8 8 PhabricatorCustomFieldInterface, 9 - PhabricatorDestructableInterface { 9 + PhabricatorDestructibleInterface { 10 10 11 11 protected $name; 12 12 protected $status = PhabricatorProjectStatus::STATUS_ACTIVE; ··· 308 308 } 309 309 310 310 311 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 311 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 312 312 313 313 public function destroyObjectPermanently( 314 314 PhabricatorDestructionEngine $engine) {
+4 -3
src/applications/project/storage/PhabricatorProjectColumn.php
··· 2 2 3 3 final class PhabricatorProjectColumn 4 4 extends PhabricatorProjectDAO 5 - implements PhabricatorPolicyInterface, 6 - PhabricatorDestructableInterface { 5 + implements 6 + PhabricatorPolicyInterface, 7 + PhabricatorDestructibleInterface { 7 8 8 9 const STATUS_ACTIVE = 0; 9 10 const STATUS_HIDDEN = 1; ··· 99 100 } 100 101 101 102 102 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 103 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 103 104 104 105 public function destroyObjectPermanently( 105 106 PhabricatorDestructionEngine $engine) {
+2 -2
src/applications/repository/storage/PhabricatorRepository.php
··· 8 8 PhabricatorPolicyInterface, 9 9 PhabricatorFlaggableInterface, 10 10 PhabricatorMarkupInterface, 11 - PhabricatorDestructableInterface, 11 + PhabricatorDestructibleInterface, 12 12 PhabricatorProjectInterface { 13 13 14 14 /** ··· 1387 1387 } 1388 1388 1389 1389 1390 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 1390 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 1391 1391 1392 1392 public function destroyObjectPermanently( 1393 1393 PhabricatorDestructionEngine $engine) {
+4 -3
src/applications/repository/storage/PhabricatorRepositoryArcanistProject.php
··· 2 2 3 3 final class PhabricatorRepositoryArcanistProject 4 4 extends PhabricatorRepositoryDAO 5 - implements PhabricatorPolicyInterface, 6 - PhabricatorDestructableInterface { 5 + implements 6 + PhabricatorPolicyInterface, 7 + PhabricatorDestructibleInterface { 7 8 8 9 protected $name; 9 10 protected $repositoryID; ··· 89 90 } 90 91 91 92 92 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 93 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 93 94 94 95 public function destroyObjectPermanently( 95 96 PhabricatorDestructionEngine $engine) {
+1 -1
src/applications/system/engine/PhabricatorDestructionEngine.php
··· 4 4 5 5 private $rootLogID; 6 6 7 - public function destroyObject(PhabricatorDestructableInterface $object) { 7 + public function destroyObject(PhabricatorDestructibleInterface $object) { 8 8 $log = id(new PhabricatorSystemDestructionLog()) 9 9 ->setEpoch(time()) 10 10 ->setObjectClass(get_class($object));
+1 -1
src/applications/system/interface/PhabricatorDestructableInterface.php src/applications/system/interface/PhabricatorDestructibleInterface.php
··· 1 1 <?php 2 2 3 - interface PhabricatorDestructableInterface { 3 + interface PhabricatorDestructibleInterface { 4 4 5 5 public function destroyObjectPermanently( 6 6 PhabricatorDestructionEngine $engine);
+2 -2
src/applications/system/management/PhabricatorSystemRemoveDestroyWorkflow.php
··· 45 45 } 46 46 47 47 foreach ($named_objects as $object_name => $object) { 48 - if (!($object instanceof PhabricatorDestructableInterface)) { 48 + if (!($object instanceof PhabricatorDestructibleInterface)) { 49 49 throw new PhutilArgumentUsageException( 50 50 pht( 51 51 'Object "%s" can not be destroyed (it does not implement %s).', 52 52 $object_name, 53 - 'PhabricatorDestructableInterface')); 53 + 'PhabricatorDestructibleInterface')); 54 54 } 55 55 } 56 56
+2 -2
src/applications/transactions/storage/PhabricatorApplicationTransaction.php
··· 4 4 extends PhabricatorLiskDAO 5 5 implements 6 6 PhabricatorPolicyInterface, 7 - PhabricatorDestructableInterface { 7 + PhabricatorDestructibleInterface { 8 8 9 9 const TARGET_TEXT = 'text'; 10 10 const TARGET_HTML = 'html'; ··· 1026 1026 } 1027 1027 1028 1028 1029 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 1029 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 1030 1030 1031 1031 1032 1032 public function destroyObjectPermanently(
+2 -2
src/applications/transactions/storage/PhabricatorApplicationTransactionComment.php
··· 5 5 implements 6 6 PhabricatorMarkupInterface, 7 7 PhabricatorPolicyInterface, 8 - PhabricatorDestructableInterface { 8 + PhabricatorDestructibleInterface { 9 9 10 10 const MARKUP_FIELD_COMMENT = 'markup:comment'; 11 11 ··· 135 135 } 136 136 137 137 138 - /* -( PhabricatorDestructableInterface )----------------------------------- */ 138 + /* -( PhabricatorDestructibleInterface )----------------------------------- */ 139 139 140 140 public function destroyObjectPermanently( 141 141 PhabricatorDestructionEngine $engine) {