@@ -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 | { |
@@ -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 | { |
@@ -22,6 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * @param LocaleInterface $locale |
24 | 24 | * @param CurrencyInterface $currency |
25 | + * @return void |
|
25 | 26 | */ |
26 | 27 | public function setup(LocaleInterface $locale, CurrencyInterface $currency); |
27 | 28 | } |
@@ -20,6 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param ReviewerInterface $author |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function removeReviewerReviews(ReviewerInterface $author); |
25 | 26 | } |
@@ -20,6 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param UserInterface $user |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function impersonate(UserInterface $user); |
25 | 26 | } |
@@ -20,6 +20,7 @@ |
||
20 | 20 | * @param string $identifier |
21 | 21 | * @param string $typeIdentifier |
22 | 22 | * @param string $formType |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function add($identifier, $typeIdentifier, $formType); |
25 | 26 |
@@ -20,6 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param OrderInterface $order |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function assignNumber(OrderInterface $order); |
25 | 26 | } |
@@ -40,7 +40,7 @@ |
||
40 | 40 | } |
41 | 41 | |
42 | 42 | /** |
43 | - * @param mixed $value |
|
43 | + * @param ToggleableInterface $value |
|
44 | 44 | */ |
45 | 45 | private function ensureValueImplementsToggleableInterface($value) |
46 | 46 | { |
@@ -23,6 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | /** |
25 | 25 | * @param ArrayNodeDefinition $node |
26 | + * @return void |
|
26 | 27 | */ |
27 | 28 | public function buildConfiguration(ArrayNodeDefinition $node); |
28 | 29 |