Skip to content
Snippets Groups Projects
Commit 97f719b4 authored by a.croix's avatar a.croix
Browse files

Correct phpcs issue

parent 00ad7fd1
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5829 passed
......@@ -37,7 +37,8 @@ class Wowa extends Model
{
if ($this->status == self::STATE_RUNNING || $this->status == self::STATE_QUEUED) {
return "<span class='btn btn-badge btn-sm "
. $this->getStatusBadgeClass() . "'>" . $this->status . " : " . Log::getJobProgression($this) . "</span>";
. $this->getStatusBadgeClass() . "'>" . $this->status
. " : " . Log::getJobProgression($this) . "</span>";
} else {
return "<span class='btn btn-badge btn-sm "
. $this->getStatusBadgeClass() . "'>" . $this->status . "</span>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment