@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add missing typehint

Summary: Ref D12694.

Test Plan: no more error in the logs

Reviewers: epriestley, joshuaspence

Reviewed By: joshuaspence

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12709

+5 -1
+5 -1
src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php
··· 40 40 return $result; 41 41 } 42 42 43 - protected function getObjectHref($object, $handle, $id) { 43 + protected function getObjectHref( 44 + $object, 45 + PhabricatorObjectHandle $handle, 46 + $id) { 47 + 44 48 return $handle->getURI(); 45 49 } 46 50