diff --git a/public_html/valuestore/classes/valuestore.class.php b/public_html/valuestore/classes/valuestore.class.php
index 7a31931c237df38060ff7a7b9a01ae3f7a894927..78913f0e0c37b74fd519c5910959d694bb82ac64 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
     {