@@ -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 | } |
@@ -33,6 +33,7 @@ discard block |
||
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * @param string $type |
| 36 | + * @return void |
|
| 36 | 37 | */ |
| 37 | 38 | public function setType($type); |
| 38 | 39 | |
@@ -43,6 +44,7 @@ discard block |
||
| 43 | 44 | |
| 44 | 45 | /** |
| 45 | 46 | * @param array $configuration |
| 47 | + * @return void |
|
| 46 | 48 | */ |
| 47 | 49 | public function setConfiguration(array $configuration); |
| 48 | 50 | |
@@ -58,6 +60,7 @@ discard block |
||
| 58 | 60 | |
| 59 | 61 | /** |
| 60 | 62 | * @param string $storageType |
| 63 | + * @return void |
|
| 61 | 64 | */ |
| 62 | 65 | public function setStorageType($storageType); |
| 63 | 66 | |
@@ -68,6 +71,7 @@ discard block |
||
| 68 | 71 | |
| 69 | 72 | /** |
| 70 | 73 | * @param int $position |
| 74 | + * @return void |
|
| 71 | 75 | */ |
| 72 | 76 | public function setPosition($position); |
| 73 | 77 | } |
@@ -33,11 +33,13 @@ |
||
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * @param AttributeValueInterface $attribute |
| 36 | + * @return void |
|
| 36 | 37 | */ |
| 37 | 38 | public function addAttribute(AttributeValueInterface $attribute); |
| 38 | 39 | |
| 39 | 40 | /** |
| 40 | 41 | * @param AttributeValueInterface $attribute |
| 42 | + * @return void |
|
| 41 | 43 | */ |
| 42 | 44 | public function removeAttribute(AttributeValueInterface $attribute); |
| 43 | 45 | |
@@ -28,6 +28,7 @@ |
||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * @param string $name |
| 31 | + * @return void |
|
| 31 | 32 | */ |
| 32 | 33 | public function setName($name); |
| 33 | 34 | } |
@@ -33,6 +33,7 @@ discard block |
||
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * @param AttributeSubjectInterface|null $subject |
| 36 | + * @return void |
|
| 36 | 37 | */ |
| 37 | 38 | public function setSubject(AttributeSubjectInterface $subject = null); |
| 38 | 39 | |
@@ -43,6 +44,7 @@ discard block |
||
| 43 | 44 | |
| 44 | 45 | /** |
| 45 | 46 | * @param AttributeInterface $attribute |
| 47 | + * @return void |
|
| 46 | 48 | */ |
| 47 | 49 | public function setAttribute(AttributeInterface $attribute); |
| 48 | 50 | |
@@ -53,6 +55,7 @@ discard block |
||
| 53 | 55 | |
| 54 | 56 | /** |
| 55 | 57 | * @param mixed $value |
| 58 | + * @return void |
|
| 56 | 59 | */ |
| 57 | 60 | public function setValue($value); |
| 58 | 61 | |
@@ -80,6 +83,7 @@ discard block |
||
| 80 | 83 | |
| 81 | 84 | /** |
| 82 | 85 | * @param string |
| 86 | + * @return void |
|
| 83 | 87 | */ |
| 84 | 88 | public function setLocaleCode($localeCode); |
| 85 | 89 | } |