diff --git a/app/Repositories/Daemon/DaemonServerRepository.php b/app/Repositories/Daemon/DaemonServerRepository.php index 90f7ac01f8..3329f8074d 100644 --- a/app/Repositories/Daemon/DaemonServerRepository.php +++ b/app/Repositories/Daemon/DaemonServerRepository.php @@ -31,7 +31,6 @@ public function getDetails(): array } /** - * Creates a new server on the daemon daemon. * * @throws \App\Exceptions\Http\Connection\DaemonConnectionException */ diff --git a/app/Services/Eggs/EggConfigurationService.php b/app/Services/Eggs/EggConfigurationService.php index 96ff3c6dbe..5ae5b65187 100644 --- a/app/Services/Eggs/EggConfigurationService.php +++ b/app/Services/Eggs/EggConfigurationService.php @@ -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 diff --git a/app/Services/Servers/ServerConfigurationStructureService.php b/app/Services/Servers/ServerConfigurationStructureService.php index ba5f6c5e6f..8096a64ce7 100644 --- a/app/Services/Servers/ServerConfigurationStructureService.php +++ b/app/Services/Servers/ServerConfigurationStructureService.php @@ -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 {