@@ -12,7 +12,6 @@ |
||
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; |
@@ -12,7 +12,6 @@ |
||
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; |
@@ -12,7 +12,6 @@ |
||
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; |
@@ -12,7 +12,6 @@ |
||
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; |
@@ -67,7 +67,7 @@ |
||
67 | 67 | * |
68 | 68 | * @throws \RuntimeException |
69 | 69 | * |
70 | - * @return string |
|
70 | + * @return integer |
|
71 | 71 | */ |
72 | 72 | private function tryToMapPaymentMethodName($paymentMethodName) |
73 | 73 | { |
@@ -19,6 +19,7 @@ |
||
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 | } |
@@ -19,6 +19,7 @@ |
||
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 | } |
@@ -23,6 +23,7 @@ |
||
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 | } |
@@ -20,6 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param SuiteInterface $suite |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function load(SuiteInterface $suite); |
25 | 26 | } |