@@ -148,7 +148,7 @@ |
||
148 | 148 | * a series of string arguments, or an array. |
149 | 149 | * |
150 | 150 | * @internal |
151 | - * @param array|null|string $key , $key, $key... |
|
151 | + * @param string $key , $key, $key... |
|
152 | 152 | * @return bool |
153 | 153 | */ |
154 | 154 | public function clear(...$key) |
@@ -12,6 +12,9 @@ |
||
12 | 12 | |
13 | 13 | class ResourceCreated extends RestValue |
14 | 14 | { |
15 | + /** |
|
16 | + * @param string|null $redirectUri |
|
17 | + */ |
|
15 | 18 | public function __construct($redirectUri) |
16 | 19 | { |
17 | 20 | $this->redirectUri = $redirectUri; |