@@ -64,7 +64,7 @@ |
||
64 | 64 | $fsDiffer = new FilesystemDiff($website->getFolderDefinitions()); |
65 | 65 | |
66 | 66 | $loop = Factory::create(); |
67 | - $loop->addPeriodicTimer(1, function() use (&$lastModification, $website, $fsDiffer, $output) { |
|
67 | + $loop->addPeriodicTimer(1, function () use (&$lastModification, $website, $fsDiffer, $output) { |
|
68 | 68 | $changedFiles = $fsDiffer->modifiedAfter($lastModification); |
69 | 69 | $hasChanges = count($changedFiles) > 0; |
70 | 70 |