@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 broken DatabaseConfigurationProvider interface

Summary: broken by rPd27e7c52b21865563bd56f37d5d422515aa40bb7

Test Plan: sigh

Reviewers: epriestley, edward, levijackson

Reviewed By: epriestley

CC: Korvin, aran

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

+1
+1
src/infrastructure/storage/configuration/DatabaseConfigurationProvider.php
··· 13 13 public function getUser(); 14 14 public function getPassword(); 15 15 public function getHost(); 16 + public function getPort(); 16 17 public function getDatabase(); 17 18 18 19 }