Completed
Pull Request — master (#11)
by Tomáš
02:47
created
src/Sculpin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
         $this->eventDispatcher->dispatch(SculpinEvents::EVENT_BEFORE_RUN, new SourceSetEvent($this->sourceSet));
96 96
 
97
-        if ($updatedSources = array_filter($this->sourceSet->updatedSources(), function ($source) {
97
+        if ($updatedSources = array_filter($this->sourceSet->updatedSources(), function($source) {
98 98
             return !$source->isGenerated();
99 99
         })) {
100 100
             if (!$found) {
Please login to merge, or discard this patch.
src/Console/Command/GenerateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
             $this->httpServer->init();
91 91
 
92
-            $this->httpServer->addPeriodicTimer(1, function () {
92
+            $this->httpServer->addPeriodicTimer(1, function() {
93 93
                 clearstatcache();
94 94
 
95 95
                 $this->sculpin->resetSources();
Please login to merge, or discard this patch.