From f0ba65e0723d5aa88a9c10de44c94ccf2e7526a1 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 7 Dec 2023 09:58:31 +0100 Subject: [PATCH] sws: update var types in php doc --- public_html/deployment/classes/sws.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/deployment/classes/sws.class.php b/public_html/deployment/classes/sws.class.php index bc1c4067..1405b255 100644 --- a/public_html/deployment/classes/sws.class.php +++ b/public_html/deployment/classes/sws.class.php @@ -46,7 +46,7 @@ class sws { /** * config array with known classnames and its supported methods - * @var string + * @var array */ private $_aKnownClasses = array(); @@ -64,7 +64,7 @@ class sws { /** * name of the detected init arguments for the class in the http request - * @var string + * @var array */ private $_aInit = array(); @@ -76,7 +76,7 @@ class sws { /** * name of the detected arguments in the http request - * @var string + * @var array */ private $_aArgs = array(); -- GitLab