@@ -298,7 +298,7 @@ discard block |
||
298 | 298 | * |
299 | 299 | * @param string $json |
300 | 300 | * |
301 | - * @return \Arcanedev\NoCaptcha\Utilities\AbstractResponse|mixed |
|
301 | + * @return Utilities\AbstractResponse |
|
302 | 302 | */ |
303 | 303 | protected function parseResponse($json) |
304 | 304 | { |
@@ -333,7 +333,7 @@ discard block |
||
333 | 333 | * |
334 | 334 | * @param array $attributes |
335 | 335 | * @param string $name |
336 | - * @param array $supported |
|
336 | + * @param string[] $supported |
|
337 | 337 | * @param string $default |
338 | 338 | */ |
339 | 339 | private static function checkDataAttribute(array &$attributes, $name, array $supported, $default) |