Completed
Pull Request — master (#9)
by Tomáš
06:57 queued 03:47
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/SculpinBundle/HttpKernel/AbstractKernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symplify\PHP7_Sculpin\Bundle\MarkdownTwigCompatBundle\SculpinMarkdownTwigCompatBundle;
17 17
 use Symplify\PHP7_Sculpin\Bundle\PaginationBundle\SculpinPaginationBundle;
18 18
 use Symplify\PHP7_Sculpin\Bundle\SculpinBundle\SculpinBundle;
19
-use Symplify\PHP7_Sculpin\Bundle\StandaloneBundle\SculpinStandaloneBundle;
20 19
 use Symplify\PHP7_Sculpin\Bundle\TwigBundle\SculpinTwigBundle;
21 20
 use Symfony\Component\Config\FileLocator;
22 21
 use Symfony\Component\Config\Loader\LoaderInterface;
Please login to merge, or discard this patch.
src/Bundle/SculpinBundle/DI/SculpinStandaloneExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.