From 5909731aa1e3b6c1bd46c829a7860a329cdb0434 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Fri, 1 Apr 2022 09:59:07 -0600 Subject: [PATCH] api(remote): fix wrong type in egg config service --- app/Services/Eggs/EggConfigurationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Eggs/EggConfigurationService.php b/app/Services/Eggs/EggConfigurationService.php index 9af5bf0a9..59c5f1c3a 100644 --- a/app/Services/Eggs/EggConfigurationService.php +++ b/app/Services/Eggs/EggConfigurationService.php @@ -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.