From 23af8ee73f5d0bfbddcb94f09dff298a5cb7737c Mon Sep 17 00:00:00 2001 From: amy bones Date: Fri, 30 May 2025 16:10:00 -0700 Subject: [PATCH] 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 --- src/infrastructure/storage/lisk/LiskDAO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/storage/lisk/LiskDAO.php b/src/infrastructure/storage/lisk/LiskDAO.php index 915b98d61d..c696f1213d 100644 --- a/src/infrastructure/storage/lisk/LiskDAO.php +++ b/src/infrastructure/storage/lisk/LiskDAO.php @@ -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 Map of configuration options to values. * * @task config */