From 5f91b70b326f7bcce5870a683ee2c0cfa2665db1 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Mon, 28 Dec 2020 12:00:55 +0100 Subject: [PATCH] Modified DOC --- services/ApplicationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ApplicationService.php b/services/ApplicationService.php index 9eef3070..daab5081 100644 --- a/services/ApplicationService.php +++ b/services/ApplicationService.php @@ -85,7 +85,7 @@ class ApplicationService extends BaseService /** * Returns the response for the API call /system/time - * @param int $offset an offset to be applied + * @param int $offset an offset in seconds to be applied * @return array */ public function GetSystemTime(int $offset = 0):array