Random cleanup
[SonOfLokstallBot.git] / src / tasks.php
index 42c0f7c..94a8e37 100644 (file)
@@ -3,7 +3,7 @@
 require_once('common.php');
 
 $taskMatrix = require 'taskMatrix.php';
-$monday = turnBackTime(new DateTimeImmutable());
+$monday = turnBackTime(new DateTimeImmutable);
 
 $taskLists = array_merge(
     isStartOfSeason($monday->month, $monday->dayNum) ? [unlines(map(getString)(getTasksForTheSeason($monday->season, $taskMatrix)))] : [],