Changeset View
Changeset View
Standalone View
Standalone View
src/lint/renderer/ArcanistLintNoneRenderer.php
| <?php | <?php | ||||
| /** | |||||
| * @group lint | |||||
| */ | |||||
| final class ArcanistLintNoneRenderer extends ArcanistLintRenderer { | final class ArcanistLintNoneRenderer extends ArcanistLintRenderer { | ||||
| public function renderLintResult(ArcanistLintResult $result) { | public function renderLintResult(ArcanistLintResult $result) { | ||||
| return ''; | return ''; | ||||
| } | } | ||||
| public function renderOkayResult() { | public function renderOkayResult() { | ||||
| return ''; | return ''; | ||||
| } | } | ||||
| } | } | ||||