api(remote): fix wrong type in egg config service

This commit is contained in:
Matthew Penner 2022-04-01 09:59:07 -06:00
parent 10f5ce42c3
commit 5909731aa1
No known key found for this signature in database
GPG key ID: 31311906AD4CF6D6

View file

@ -88,7 +88,7 @@ class EggConfigurationService
/**
* @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
// can property map the egg placeholders to values.