@@ -94,7 +94,7 @@ |
||
| 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) { |
@@ -89,7 +89,7 @@ |
||
| 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(); |