From 19f7fd18083dd2f298077d0b3b1e6f97845189e0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Nov 2017 22:00:34 +0100 Subject: [PATCH] Scrutinizer php fixes --- Models/Promotion.php | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Models/Promotion.php b/Models/Promotion.php index a02c80d..af02de2 100644 --- a/Models/Promotion.php +++ b/Models/Promotion.php @@ -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();