Completed
Push — scalar-types/theme ( 71f30c )
by Kamil
21:15
created
src/Sylius/Bundle/InventoryBundle/Twig/InventoryExtension.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
     public function getFunctions(): array
40 40
     {
41 41
         return [
42
-             new \Twig_Function('sylius_inventory_is_available', [$this->helper, 'isStockAvailable']),
43
-             new \Twig_Function('sylius_inventory_is_sufficient', [$this->helper, 'isStockSufficient']),
42
+                new \Twig_Function('sylius_inventory_is_available', [$this->helper, 'isStockAvailable']),
43
+                new \Twig_Function('sylius_inventory_is_sufficient', [$this->helper, 'isStockSufficient']),
44 44
         ];
45 45
     }
46 46
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/spec/Factory/ThemeScreenshotFactorySpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace spec\Sylius\Bundle\ThemeBundle\Factory;
15 15
 
16 16
 use PhpSpec\ObjectBehavior;
17
-use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory;
18 17
 use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface;
19 18
 use Sylius\Bundle\ThemeBundle\Model\ThemeScreenshot;
20 19
 
Please login to merge, or discard this patch.
ThemeBundle/spec/Translation/Finder/OrderingTranslationFilesFinderSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace spec\Sylius\Bundle\ThemeBundle\Translation\Finder;
15 15
 
16 16
 use PhpSpec\ObjectBehavior;
17
-use Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder;
18 17
 use Sylius\Bundle\ThemeBundle\Translation\Finder\TranslationFilesFinderInterface;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.