Differential D9991 Diff 24151 src/applications/differential/conduit/DifferentialFinishPostponedLintersConduitAPIMethod.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/conduit/DifferentialFinishPostponedLintersConduitAPIMethod.php
- This file was moved from src/applications/differential/conduit/ConduitAPI_differential_finishpostponedlinters_Method.php.
| <?php | <?php | ||||
| final class ConduitAPI_differential_finishpostponedlinters_Method | final class DifferentialFinishPostponedLintersConduitAPIMethod | ||||
| extends ConduitAPI_differential_Method { | extends DifferentialConduitAPIMethod { | ||||
| public function getAPIMethodName() { | |||||
| return 'differential.finishpostponedlinters'; | |||||
| } | |||||
| public function getMethodDescription() { | public function getMethodDescription() { | ||||
| return 'Update diff with new lint messages and mark postponed '. | return 'Update diff with new lint messages and mark postponed '. | ||||
| 'linters as finished.'; | 'linters as finished.'; | ||||
| } | } | ||||
| public function defineParamTypes() { | public function defineParamTypes() { | ||||
| return array( | return array( | ||||
| ▲ Show 20 Lines • Show All 104 Lines • Show Last 20 Lines | |||||