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
This commit is contained in:
amy bones 2025-05-30 16:10:00 -07:00
parent 6423759c33
commit 23af8ee73f

View file

@ -384,7 +384,7 @@ abstract class LiskDAO extends Phobject
* advanced, specialized feature and there are usually better approaches for
* most locking/contention problems.
*
* @return dictionary Map of configuration options to values.
* @return array<string, mixed> Map of configuration options to values.
*
* @task config
*/