Skip to content
Snippets Groups Projects
Commit b07e6046 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

small doc update valuestore class

parent 0628da58
No related branches found
No related tags found
1 merge request!66php8 only; added variable types; short array syntax; remove glyphicons
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment