Skip to content

Commit

Permalink
api(remote): fix wrong type in egg config service
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Apr 1, 2022
1 parent 10f5ce4 commit 5909731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Eggs/EggConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function convertStopToNewFormat(string $stop): 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
// can property map the egg placeholders to values.
Expand Down

0 comments on commit 5909731

Please sign in to comment.