|
3010 | 3010 | 'PhabricatorIteratedMD5PasswordHasherTestCase' => 'infrastructure/util/password/__tests__/PhabricatorIteratedMD5PasswordHasherTestCase.php',
|
3011 | 3011 | 'PhabricatorIteratorFileUploadSource' => 'applications/files/uploadsource/PhabricatorIteratorFileUploadSource.php',
|
3012 | 3012 | 'PhabricatorJIRAAuthProvider' => 'applications/auth/provider/PhabricatorJIRAAuthProvider.php',
|
| 3013 | + 'PhabricatorJSONConfigType' => 'applications/config/type/PhabricatorJSONConfigType.php', |
3013 | 3014 | 'PhabricatorJavelinLinter' => 'infrastructure/lint/linter/PhabricatorJavelinLinter.php',
|
3014 | 3015 | 'PhabricatorJiraIssueHasObjectEdgeType' => 'applications/doorkeeper/edge/PhabricatorJiraIssueHasObjectEdgeType.php',
|
3015 | 3016 | 'PhabricatorJumpNavHandler' => 'applications/search/engine/PhabricatorJumpNavHandler.php',
|
|
4263 | 4264 | 'PhabricatorWebContentSource' => 'infrastructure/contentsource/PhabricatorWebContentSource.php',
|
4264 | 4265 | 'PhabricatorWebServerSetupCheck' => 'applications/config/check/PhabricatorWebServerSetupCheck.php',
|
4265 | 4266 | 'PhabricatorWeekStartDaySetting' => 'applications/settings/setting/PhabricatorWeekStartDaySetting.php',
|
| 4267 | + 'PhabricatorWildConfigType' => 'applications/config/type/PhabricatorWildConfigType.php', |
4266 | 4268 | 'PhabricatorWordPressAuthProvider' => 'applications/auth/provider/PhabricatorWordPressAuthProvider.php',
|
4267 | 4269 | 'PhabricatorWorker' => 'infrastructure/daemon/workers/PhabricatorWorker.php',
|
4268 | 4270 | 'PhabricatorWorkerActiveTask' => 'infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php',
|
|
8348 | 8350 | 'PhabricatorIteratedMD5PasswordHasherTestCase' => 'PhabricatorTestCase',
|
8349 | 8351 | 'PhabricatorIteratorFileUploadSource' => 'PhabricatorFileUploadSource',
|
8350 | 8352 | 'PhabricatorJIRAAuthProvider' => 'PhabricatorOAuth1AuthProvider',
|
| 8353 | + 'PhabricatorJSONConfigType' => 'PhabricatorTextConfigType', |
8351 | 8354 | 'PhabricatorJavelinLinter' => 'ArcanistLinter',
|
8352 | 8355 | 'PhabricatorJiraIssueHasObjectEdgeType' => 'PhabricatorEdgeType',
|
8353 | 8356 | 'PhabricatorJumpNavHandler' => 'Phobject',
|
|
9839 | 9842 | 'PhabricatorWebContentSource' => 'PhabricatorContentSource',
|
9840 | 9843 | 'PhabricatorWebServerSetupCheck' => 'PhabricatorSetupCheck',
|
9841 | 9844 | 'PhabricatorWeekStartDaySetting' => 'PhabricatorSelectSetting',
|
| 9845 | + 'PhabricatorWildConfigType' => 'PhabricatorJSONConfigType', |
9842 | 9846 | 'PhabricatorWordPressAuthProvider' => 'PhabricatorOAuth2AuthProvider',
|
9843 | 9847 | 'PhabricatorWorker' => 'Phobject',
|
9844 | 9848 | 'PhabricatorWorkerActiveTask' => 'PhabricatorWorkerTask',
|
|
0 commit comments