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

Fix missing property on HarbormasterBuildStepImplementation

Auditors: joshuaspence

+2
+2
src/applications/harbormaster/step/HarbormasterBuildStepImplementation.php
··· 2 2 3 3 abstract class HarbormasterBuildStepImplementation extends Phobject { 4 4 5 + private $settings; 6 + 5 7 public static function getImplementations() { 6 8 return id(new PhutilSymbolLoader()) 7 9 ->setAncestorClass(__CLASS__)