Skip to content

Commit

Permalink
Daemon grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Mar 23, 2024
1 parent b8b4750 commit 1ffc658
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/Repositories/Daemon/DaemonServerRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function getDetails(): array
}

/**
* Creates a new server on the daemon daemon.
*
* @throws \App\Exceptions\Http\Connection\DaemonConnectionException
*/
Expand Down
2 changes: 1 addition & 1 deletion app/Services/Eggs/EggConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function replacePlaceholders(Server $server, object $configs): array
$structure = $this->configurationStructureService->handle($server, [], true);

$response = [];
// Normalize the output of the configuration for the new daemon Daemon to more
// Normalize the output of the configuration for the new Daemon to more
// easily ingest, as well as make things more flexible down the road.
foreach ($configs as $file => $data) {
// Try to head off any errors relating to parsing a set of configuration files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function handle(Server $server, array $override = [], bool $legacy = fals
}

/**
* Returns the new data format used for the daemon daemon.
* Returns the new data format used for the daemon.
*/
protected function returnCurrentFormat(Server $server): array
{
Expand Down

0 comments on commit 1ffc658

Please sign in to comment.