Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Commits
b07e6046
Commit
b07e6046
authored
9 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
small doc update valuestore class
parent
0628da58
No related branches found
No related tags found
1 merge request
!66
php8 only; added variable types; short array syntax; remove glyphicons
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public_html/valuestore/classes/valuestore.class.php
+2
-2
2 additions, 2 deletions
public_html/valuestore/classes/valuestore.class.php
with
2 additions
and
2 deletions
public_html/valuestore/classes/valuestore.class.php
+
2
−
2
View file @
b07e6046
...
...
@@ -29,7 +29,7 @@
*
* Axel: <axel.hahn@unibe.ch>
* (...)
* 2024-09-0
2
Axel php8 only; added variable types; short array syntax
* 2024-09-0
3
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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment