@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | |
18 | 18 | /** |
19 | 19 | * BasicAttribute constructor. |
20 | - * @param mixed $value |
|
20 | + * @param string $value |
|
21 | 21 | * @param string $key |
22 | 22 | */ |
23 | 23 | public function __construct($value, $key = '') |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |
88 | - * @param array $allowedValues |
|
88 | + * @param string[] $allowedValues |
|
89 | 89 | * @throws BpostInvalidValueException |
90 | 90 | */ |
91 | 91 | public function validateChoice(array $allowedValues) |
@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | |
18 | 18 | /** |
19 | 19 | * ValidatedValue constructor. |
20 | - * @param mixed $value |
|
20 | + * @param string $value |
|
21 | 21 | */ |
22 | 22 | public function __construct($value) |
23 | 23 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |
64 | - * @param array $allowedValues |
|
64 | + * @param string[] $allowedValues |
|
65 | 65 | * @throws BpostInvalidValueException |
66 | 66 | */ |
67 | 67 | public function validateChoice(array $allowedValues) |