Completed
Branch master (429264)
by Kamil
37:02
created
src/Sylius/Bundle/CoreBundle/spec/Sitemap/Builder/SitemapBuilderSpec.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\CoreBundle\Sitemap\Builder;
13 13
  
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Sitemap\Builder\SitemapBuilderInterface;
17 16
 use Sylius\Bundle\CoreBundle\Sitemap\Factory\SitemapFactoryInterface;
18 17
 use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Sitemap/Renderer/TwigAdapterSpec.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\CoreBundle\Sitemap\Renderer;
13 13
  
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapInterface;
17 16
 use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapUrlInterface;
18 17
 use Sylius\Bundle\CoreBundle\Sitemap\Renderer\RendererAdapterInterface;
Please login to merge, or discard this patch.
Bundle/CoreBundle/spec/Taxation/Strategy/TaxCalculationStrategySpec.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\CoreBundle\Taxation\Strategy;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Taxation\Strategy\TaxCalculationStrategy;
17 16
 use Sylius\Bundle\SettingsBundle\Model\SettingsInterface;
18 17
 use Sylius\Component\Addressing\Model\ZoneInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Theme/ChannelBasedThemeContextSpec.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\CoreBundle\Theme;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext;
17 16
 use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
Please login to merge, or discard this patch.
Bundle/CoreBundle/Test/Services/PaymentMethodNameToGatewayConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      *
68 68
      * @throws \RuntimeException
69 69
      *
70
-     * @return string
70
+     * @return integer
71 71
      */
72 72
     private function tryToMapPaymentMethodName($paymentMethodName)
73 73
     {
Please login to merge, or discard this patch.
Sylius/Bundle/FixturesBundle/Listener/BeforeFixtureListenerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @param FixtureEvent $fixtureEvent
21 21
      * @param array $options
22
+     * @return void
22 23
      */
23 24
     public function beforeFixture(FixtureEvent $fixtureEvent, array $options);
24 25
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/Listener/BeforeSuiteListenerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @param SuiteEvent $suiteEvent
21 21
      * @param array $options
22
+     * @return void
22 23
      */
23 24
     public function beforeSuite(SuiteEvent $suiteEvent, array $options);
24 25
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/Loader/FixtureLoaderInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
23 23
      * @param SuiteInterface $suite
24 24
      * @param FixtureInterface $fixture
25 25
      * @param array $options
26
+     * @return void
26 27
      */
27 28
     public function load(SuiteInterface $suite, FixtureInterface $fixture, array $options);
28 29
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/Loader/SuiteLoaderInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param SuiteInterface $suite
23
+     * @return void
23 24
      */
24 25
     public function load(SuiteInterface $suite);
25 26
 }
Please login to merge, or discard this patch.