From b07e6046ee35c13cd5b877f44859e2104b8660dd Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 3 Sep 2024 11:35:55 +0200 Subject: [PATCH] small doc update valuestore class --- public_html/valuestore/classes/valuestore.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/valuestore/classes/valuestore.class.php b/public_html/valuestore/classes/valuestore.class.php index 7a31931c..78913f0e 100644 --- a/public_html/valuestore/classes/valuestore.class.php +++ b/public_html/valuestore/classes/valuestore.class.php @@ -29,7 +29,7 @@ * * Axel: <axel.hahn@unibe.ch> * (...) - * 2024-09-02 Axel php8 only; added variable types; short array syntax + * 2024-09-03 Axel php8 only; added variable types; short array syntax */ class valuestore { @@ -416,7 +416,7 @@ class valuestore * @param string $sPhase phase (preview|stage|live) * @param string $sPlace optional: place (onhold|ready2install|deployed) * @param string $sHost optional: hostname (for place deployed) - * @return type string + * @return string */ public function setPhase(string $sPhase, string $sPlace = '', string $sHost = ''): string { -- GitLab