diff --git a/application/controllers/DaemonController.php b/application/controllers/DaemonController.php index 468428ca9..a7951c452 100644 --- a/application/controllers/DaemonController.php +++ b/application/controllers/DaemonController.php @@ -33,7 +33,7 @@ public function scriptAction(): void '%x-%x-%x', $fileStat['ino'], $fileStat['size'], - (float)str_pad($fileStat['mtime'], 16, '0') + (float) str_pad($fileStat['mtime'], 16, '0') ); $this->getResponse()->setHeader( @@ -52,4 +52,4 @@ public function scriptAction(): void ->setBody(file_get_contents($filePath)); } } -} \ No newline at end of file +}