@@ -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) { |
@@ -13,8 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Nette\DI\Compiler; |
15 | 15 | use Nette\DI\CompilerExtension; |
16 | -use Symplify\PHP7_Sculpin\Bundle\PaginationBundle\DependencyInjection\Configuration; |
|
17 | -use Symfony\Component\Config\Definition\ConfigurationInterface; |
|
18 | 16 | |
19 | 17 | final class SculpinPaginationExtension extends CompilerExtension |
20 | 18 | { |