Completed
Push — feature/serve-improvements ( 996740...c382b8 )
by Vladimir
03:19
created
src/allejo/stakx/Console/Command/ServeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.