diff --git a/src/applications/releeph/editor/ReleephProductEditor.php b/src/applications/releeph/editor/ReleephProductEditor.php index 9ecf350563..4c3d69c97b 100644 --- a/src/applications/releeph/editor/ReleephProductEditor.php +++ b/src/applications/releeph/editor/ReleephProductEditor.php @@ -19,7 +19,7 @@ final class ReleephProductEditor return $types; } - public function getCustomTransactionOldValue( + protected function getCustomTransactionOldValue( PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction) { @@ -29,7 +29,7 @@ final class ReleephProductEditor } } - public function getCustomTransactionNewValue( + protected function getCustomTransactionNewValue( PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction) { @@ -39,7 +39,7 @@ final class ReleephProductEditor } } - public function applyCustomInternalTransaction( + protected function applyCustomInternalTransaction( PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction) { $new = $xaction->getNewValue(); diff --git a/src/applications/releeph/editor/ReleephRequestTransactionalEditor.php b/src/applications/releeph/editor/ReleephRequestTransactionalEditor.php index 7a6124797c..9e4c0083d2 100644 --- a/src/applications/releeph/editor/ReleephRequestTransactionalEditor.php +++ b/src/applications/releeph/editor/ReleephRequestTransactionalEditor.php @@ -26,7 +26,7 @@ final class ReleephRequestTransactionalEditor return $types; } - public function getCustomTransactionOldValue( + protected function getCustomTransactionOldValue( PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction) { @@ -58,7 +58,7 @@ final class ReleephRequestTransactionalEditor } } - public function getCustomTransactionNewValue( + protected function getCustomTransactionNewValue( PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction) { @@ -74,7 +74,7 @@ final class ReleephRequestTransactionalEditor } } - public function applyCustomInternalTransaction( + protected function applyCustomInternalTransaction( PhabricatorLiskDAO $object, PhabricatorApplicationTransaction $xaction) {