Scrutinizer php fixes

This commit is contained in:
Dennis Eichhorn 2017-11-08 22:00:34 +01:00
parent 09b793c44b
commit 19f7fd1808

View File

@ -117,26 +117,6 @@ class Promotion
return false;
}
public function getProgress() : int
{
return $this->progress;
}
public function setProgress(int $progress) /* : void */
{
$this->progress = $progres;
}
public function getProgressType() : int
{
return $this->progressType;
}
public function setProgressType(int $type) /* : void */
{
$this->progressType = $type;
}
public function getTask(int $id) : Task
{
return $this->tasks[$id] ?? new Task();