Completed
Push — scrutinizer/config ( 14e91e...f0c144 )
by Kamil
43:19
created
src/Sylius/Bundle/SettingsBundle/Controller/SettingsController.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 Sylius\Bundle\SettingsBundle\Manager\SettingsManagerInterface;
17 17
 use Symfony\Component\HttpFoundation\Request;
18 18
 use Symfony\Component\HttpFoundation\Response;
19
-use Symfony\Component\OptionsResolver\Exception\MissingOptionsException;
20 19
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
21 20
 use Symfony\Component\Translation\TranslatorInterface;
22 21
 use Symfony\Component\Validator\Exception\ValidatorException;
Please login to merge, or discard this patch.
SettingsBundle/spec/Transformer/ResourceToIdentifierTransformerSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\SettingsBundle\Transformer;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Sylius\Bundle\SettingsBundle\spec\Fixture\ParameterFixture;
16 15
 use Sylius\Bundle\SettingsBundle\Transformer\ParameterTransformerInterface;
16
+use Sylius\Bundle\SettingsBundle\spec\Fixture\ParameterFixture;
17 17
 use Sylius\Component\Resource\Repository\RepositoryInterface;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/Locator/RecursiveFileLocator.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 Sylius\Bundle\ThemeBundle\Locator;
13 13
 
14 14
 use Sylius\Bundle\ThemeBundle\Factory\FinderFactoryInterface;
15
-use Symfony\Component\Finder\Finder;
16 15
 use Symfony\Component\Finder\SplFileInfo;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
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/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.
Bundle/ThemeBundle/spec/Loader/CircularDependencyFoundExceptionSpec.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,8 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Loader;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16
-use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
17 15
 use Sylius\Bundle\ThemeBundle\Loader\CircularDependencyFoundException;
16
+use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
18 17
 
19 18
 /**
20 19
  * @mixin CircularDependencyFoundException
Please login to merge, or discard this patch.
Sylius/Bundle/ThemeBundle/spec/Settings/ThemeSettingsSchemaProviderSpec.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,14 +11,13 @@
 block discarded – undo
11 11
 
12 12
 namespace spec\Sylius\Bundle\ThemeBundle\Settings;
13 13
 
14
-use org\bovigo\vfs\vfsStream as VfsStream;
15
-use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory;
16 14
 use PhpSpec\ObjectBehavior;
17
-use Prophecy\Argument;
18 15
 use Sylius\Bundle\SettingsBundle\Schema\SchemaInterface;
19 16
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
20 17
 use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProvider;
21 18
 use Sylius\Bundle\ThemeBundle\Settings\ThemeSettingsSchemaProviderInterface;
19
+use org\bovigo\vfs\vfsStream as VfsStream;
20
+use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory;
22 21
 
23 22
 /**
24 23
  * @mixin ThemeSettingsSchemaProvider
Please login to merge, or discard this patch.