diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 5445f320d..4d3e787c6 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -24,16 +24,10 @@ use phpOMS\System\File\PathException; * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 + * @codeCoverageIgnore */ abstract class SchedulerAbstract { - /** - * Tasks. - * - * @var TaskAbstract[] - * @since 1.0.0 - */ - protected $tasks = []; /** * Bin path.