Changes
Changes
src/applications/files/document/render/PhabricatorDocumentRenderingEngine.php
Show First 20 Lines • Show All 323 Lines • ▼ Show 20 Lines | abstract class PhabricatorDocumentRenderingEngine | ||||
} | } | ||||
protected function getSelectedLineRange() { | protected function getSelectedLineRange() { | ||||
return $this->getRequest()->getURILineRange('lines', 1000); | return $this->getRequest()->getURILineRange('lines', 1000); | ||||
} | } | ||||
protected function addApplicationCrumbs( | protected function addApplicationCrumbs( | ||||
PHUICrumbsView $crumbs, | PHUICrumbsView $crumbs, | ||||
PhabricatorDocumentRef $ref = null) { | ?PhabricatorDocumentRef $ref = null) { | ||||
return; | return; | ||||
} | } | ||||
protected function willStageRef(PhabricatorDocumentRef $ref) { | protected function willStageRef(PhabricatorDocumentRef $ref) { | ||||
return; | return; | ||||
} | } | ||||
protected function willRenderRef(PhabricatorDocumentRef $ref) { | protected function willRenderRef(PhabricatorDocumentRef $ref) { | ||||
return; | return; | ||||
} | } | ||||
} | } |