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:
parent
6423759c33
commit
23af8ee73f
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue