Completed
Pull Request — master (#9)
by Tomáš
06:29
created
src/Core/Sculpin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/Bundle/PaginationBundle/DI/SculpinPaginationExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.