Completed
Branch master (429264)
by Kamil
37:02
created
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/Loader/ThemeLoadingFailedExceptionSpec.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\Loader;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Loader\ThemeLoadingFailedException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/spec/Model/ThemeAuthorSpec.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\Model;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Model\ThemeAuthor;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/spec/Model/ThemeScreenshotSpec.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\Model;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Model\ThemeScreenshot;
17 16
 
18 17
 /**
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.
spec/Translation/Provider/CompositeTranslatorResourceProviderSpec.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\Translation\Provider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Translation\Provider\CompositeTranslatorResourceProvider;
17 16
 use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResourceInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslatorResourceProviderInterface;
Please login to merge, or discard this patch.
ThemeBundle/spec/Translation/Provider/ThemeTranslationResourceSpec.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\Translation\Provider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
17 16
 use Sylius\Bundle\ThemeBundle\Translation\Provider\ThemeTranslationResource;
18 17
 use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResourceInterface;
Please login to merge, or discard this patch.
spec/Translation/Provider/ThemeTranslatorResourceProviderSpec.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\Translation\Provider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProviderInterface;
17 16
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface;
Please login to merge, or discard this patch.
Bundle/ThemeBundle/spec/Translation/Provider/TranslationResourceSpec.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\Translation\Provider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResource;
17 16
 use Sylius\Bundle\ThemeBundle\Translation\Provider\TranslationResourceInterface;
18 17
 
Please login to merge, or discard this patch.