@@ -88,7 +88,7 @@ |
||
88 | 88 | |
89 | 89 | $this->eventDispatcher->dispatch(SculpinEvents::EVENT_BEFORE_RUN, new SourceSetEvent($sourceSet)); |
90 | 90 | |
91 | - if ($updatedSources = array_filter($sourceSet->updatedSources(), function ($source) { |
|
91 | + if ($updatedSources = array_filter($sourceSet->updatedSources(), function($source) { |
|
92 | 92 | return !$source->isGenerated(); |
93 | 93 | })) { |
94 | 94 | if (!$found) { |
@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | Compiler::loadDefinitions( |
25 | 25 | $this->getContainerBuilder(), |
26 | - $this->loadFromFile(__DIR__ . '/../Resources/config/services.yml') |
|
26 | + $this->loadFromFile(__DIR__.'/../Resources/config/services.yml') |
|
27 | 27 | ); |
28 | 28 | } |
29 | 29 |