@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.

Omit unnecessary function call

Summary: As mentioned on rP8ce35e6b67e7e2a81b274bab7a6dd19dedb4df06, `setConcreteOnly(true)` can be omitted since (lacking magical powers) `loadObjects()` will always only instantiate concrete objects.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

-1
-1
src/applications/conduit/method/ConduitQueryConduitAPIMethod.php
··· 26 26 $classes = id(new PhutilSymbolLoader()) 27 27 ->setAncestorClass('ConduitAPIMethod') 28 28 ->setType('class') 29 - ->setConcreteOnly(true) 30 29 ->loadObjects(); 31 30 32 31 $names_to_params = array();