@@ -24,6 +24,7 @@ |
||
24 | 24 | * @param NotificationType $type |
25 | 25 | * |
26 | 26 | * @throws NotificationExpectationMismatchException |
27 | + * @return void |
|
27 | 28 | */ |
28 | 29 | public function checkNotification($message, NotificationType $type); |
29 | 30 | } |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | |
86 | 86 | /** |
87 | 87 | * @param string $source |
88 | - * @param mixed $content |
|
88 | + * @param string $content |
|
89 | 89 | * |
90 | 90 | * @throws \RuntimeException |
91 | 91 | */ |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | |
99 | 99 | /** |
100 | 100 | * @param string $source |
101 | - * @param mixed $content |
|
101 | + * @param string $content |
|
102 | 102 | * |
103 | 103 | * @throws \RuntimeException |
104 | 104 | */ |
@@ -20,6 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param ChannelInterface $channel |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function setChannel(ChannelInterface $channel); |
25 | 26 | } |
@@ -19,6 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * @param string $name |
21 | 21 | * @param string $value |
22 | + * @return void |
|
22 | 23 | */ |
23 | 24 | public function setCookie($name, $value); |
24 | 25 | } |
@@ -94,7 +94,7 @@ |
||
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |
97 | - * @return array |
|
97 | + * @return \Generator |
|
98 | 98 | */ |
99 | 99 | private function getLocales() |
100 | 100 | { |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sylius\Component\Core\Formatter\StringInflector; |
18 | 18 | use Sylius\Component\Core\Model\PaymentMethodInterface; |
19 | 19 | use Sylius\Component\Locale\Model\LocaleInterface; |
20 | -use Sylius\Component\Resource\Factory\FactoryInterface; |
|
21 | 20 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
22 | 21 | use Symfony\Component\OptionsResolver\Options; |
23 | 22 | use Symfony\Component\OptionsResolver\OptionsResolver; |
@@ -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 | } |