Completed
Branch master (429264)
by Kamil
37:02
created
spec/Configuration/Filesystem/FilesystemConfigurationProviderSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProviderInterface;
16 16
 use Sylius\Bundle\ThemeBundle\Configuration\Filesystem\ConfigurationLoaderInterface;
17 17
 use Sylius\Bundle\ThemeBundle\Locator\FileLocatorInterface;
18
-use Symfony\Component\Config\Resource\ResourceInterface;
19 18
 
20 19
 /**
21 20
  * @mixin FilesystemConfigurationProvider
Please login to merge, or discard this patch.
ThemeBundle/spec/Configuration/Test/TestConfigurationProviderSpec.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,9 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Configuration\Test;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProviderInterface;
17
-use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface;
18 16
 use Sylius\Bundle\ThemeBundle\Configuration\Test\TestConfigurationProvider;
17
+use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface;
19 18
 
20 19
 /**
21 20
  * @mixin TestConfigurationProvider
Please login to merge, or discard this patch.
ThemeBundle/spec/Configuration/Test/TestThemeConfigurationManagerSpec.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,13 +11,12 @@
 block discarded – undo
11 11
 
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Configuration\Test;
13 13
 
14
-use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper;
15
-use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory;
16 14
 use PhpSpec\ObjectBehavior;
17
-use Prophecy\Argument;
18 15
 use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface;
19 16
 use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManager;
20 17
 use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface;
18
+use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory;
19
+use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper;
21 20
 
22 21
 /**
23 22
  * @mixin TestThemeConfigurationManager
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/spec/Context/EmptyThemeContextSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Context;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Context\EmptyThemeContext;
17 16
 use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface;
18 17
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/spec/Context/SettableThemeContextSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,8 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Context;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Context\SettableThemeContext;
17 16
 use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface;
18
-use Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface;
19 17
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
20 18
 
21 19
 /**
Please login to merge, or discard this patch.
Sylius/Bundle/ThemeBundle/spec/Controller/ThemeScreenshotControllerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Controller;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Controller\ThemeScreenshotController;
17 16
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/spec/Factory/ThemeAuthorFactorySpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Factory;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactory;
17 16
 use Sylius\Bundle\ThemeBundle\Factory\ThemeAuthorFactoryInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Model\ThemeAuthor;
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
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Factory;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactory;
17 16
 use Sylius\Bundle\ThemeBundle\Factory\ThemeScreenshotFactoryInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Model\ThemeScreenshot;
Please login to merge, or discard this patch.
ThemeBundle/spec/HierarchyProvider/NoopThemeHierarchyProviderSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\HierarchyProvider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\HierarchyProvider\NoopThemeHierarchyProvider;
17 16
 use Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
Please login to merge, or discard this patch.