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

LiskDAO::getConfiguration return typing

Summary: This clears up a common source of type check errors when using php intelephense.

Test Plan: See the squiggles in vscode go away :)

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26039

+1 -1
+1 -1
src/infrastructure/storage/lisk/LiskDAO.php
··· 384 384 * advanced, specialized feature and there are usually better approaches for 385 385 * most locking/contention problems. 386 386 * 387 - * @return dictionary Map of configuration options to values. 387 + * @return array<string, mixed> Map of configuration options to values. 388 388 * 389 389 * @task config 390 390 */