Random cleanup
[SonOfLokstallBot.git] / src / unfinished.php
index 5e3a02c..890e0bf 100644 (file)
@@ -3,7 +3,7 @@
 require_once('common.php');
 
 $taskMatrix = require 'taskMatrix.php';
-$monday = turnBackTime(new DateTimeImmutable());
+$monday = turnBackTime(new DateTimeImmutable);
 
 $extractTasks = function($tasks, $path) {
     return array_merge($tasks, file_exists($path) ? lines(trim(file_get_contents($path))) : []);