api(remote): fix wrong type in egg config service
This commit is contained in:
parent
10f5ce42c3
commit
5909731aa1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class EggConfigurationService
|
||||||
/**
|
/**
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function replacePlaceholders(Server $server, iterable $configs)
|
protected function replacePlaceholders(Server $server, \stdClass $configs): array
|
||||||
{
|
{
|
||||||
// Get the legacy configuration structure for the server so that we
|
// Get the legacy configuration structure for the server so that we
|
||||||
// can property map the egg placeholders to values.
|
// can property map the egg placeholders to values.
|
||||||
|
|
Loading…
Reference in a new issue