|
3160 | 3160 | 'PhabricatorDestructionEngineExtensionModule' => 'applications/system/engine/PhabricatorDestructionEngineExtensionModule.php',
|
3161 | 3161 | 'PhabricatorDeveloperConfigOptions' => 'applications/config/option/PhabricatorDeveloperConfigOptions.php',
|
3162 | 3162 | 'PhabricatorDeveloperPreferencesSettingsPanel' => 'applications/settings/panel/PhabricatorDeveloperPreferencesSettingsPanel.php',
|
| 3163 | + 'PhabricatorDiffInlineCommentContentState' => 'infrastructure/diff/inline/PhabricatorDiffInlineCommentContentState.php', |
3163 | 3164 | 'PhabricatorDiffInlineCommentQuery' => 'infrastructure/diff/query/PhabricatorDiffInlineCommentQuery.php',
|
3164 | 3165 | 'PhabricatorDiffPreferencesSettingsPanel' => 'applications/settings/panel/PhabricatorDiffPreferencesSettingsPanel.php',
|
3165 | 3166 | 'PhabricatorDiffScopeEngine' => 'infrastructure/diff/PhabricatorDiffScopeEngine.php',
|
|
3592 | 3593 | 'PhabricatorInfrastructureTestCase' => '__tests__/PhabricatorInfrastructureTestCase.php',
|
3593 | 3594 | 'PhabricatorInlineComment' => 'infrastructure/diff/interface/PhabricatorInlineComment.php',
|
3594 | 3595 | 'PhabricatorInlineCommentAdjustmentEngine' => 'infrastructure/diff/engine/PhabricatorInlineCommentAdjustmentEngine.php',
|
| 3596 | + 'PhabricatorInlineCommentContentState' => 'infrastructure/diff/inline/PhabricatorInlineCommentContentState.php', |
3595 | 3597 | 'PhabricatorInlineCommentController' => 'infrastructure/diff/PhabricatorInlineCommentController.php',
|
3596 | 3598 | 'PhabricatorInlineCommentInterface' => 'applications/transactions/interface/PhabricatorInlineCommentInterface.php',
|
3597 | 3599 | 'PhabricatorInlineSummaryView' => 'infrastructure/diff/view/PhabricatorInlineSummaryView.php',
|
|
9627 | 9629 | 'PhabricatorDestructionEngineExtensionModule' => 'PhabricatorConfigModule',
|
9628 | 9630 | 'PhabricatorDeveloperConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
9629 | 9631 | 'PhabricatorDeveloperPreferencesSettingsPanel' => 'PhabricatorEditEngineSettingsPanel',
|
| 9632 | + 'PhabricatorDiffInlineCommentContentState' => 'PhabricatorInlineCommentContentState', |
9630 | 9633 | 'PhabricatorDiffInlineCommentQuery' => 'PhabricatorApplicationTransactionCommentQuery',
|
9631 | 9634 | 'PhabricatorDiffPreferencesSettingsPanel' => 'PhabricatorEditEngineSettingsPanel',
|
9632 | 9635 | 'PhabricatorDiffScopeEngine' => 'Phobject',
|
|
10118 | 10121 | 'PhabricatorMarkupInterface',
|
10119 | 10122 | ),
|
10120 | 10123 | 'PhabricatorInlineCommentAdjustmentEngine' => 'Phobject',
|
| 10124 | + 'PhabricatorInlineCommentContentState' => 'Phobject', |
10121 | 10125 | 'PhabricatorInlineCommentController' => 'PhabricatorController',
|
10122 | 10126 | 'PhabricatorInlineSummaryView' => 'AphrontView',
|
10123 | 10127 | 'PhabricatorInstructionsEditField' => 'PhabricatorEditField',
|
|
0 commit comments