@@ -22,6 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * @param OrderInterface $order |
24 | 24 | * @param Request $request |
25 | + * @return void |
|
25 | 26 | */ |
26 | 27 | public function assign(OrderInterface $order, Request $request); |
27 | 28 | } |
@@ -154,7 +154,7 @@ |
||
154 | 154 | * @param InputInterface $input |
155 | 155 | * @param OutputInterface $output |
156 | 156 | * |
157 | - * @return mixed |
|
157 | + * @return string |
|
158 | 158 | */ |
159 | 159 | private function getAdministratorPassword(InputInterface $input, OutputInterface $output) |
160 | 160 | { |
@@ -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 | { |
@@ -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 | { |
@@ -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 | } |