@@ -260,7 +260,7 @@ discard block |
||
260 | 260 | * |
261 | 261 | * @param string $json |
262 | 262 | * |
263 | - * @return \Arcanedev\NoCaptcha\Utilities\AbstractResponse|mixed |
|
263 | + * @return Utilities\AbstractResponse |
|
264 | 264 | */ |
265 | 265 | protected function parseResponse($json) |
266 | 266 | { |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | * |
295 | 295 | * @param array $attributes |
296 | 296 | * @param string $name |
297 | - * @param array $supported |
|
297 | + * @param string[] $supported |
|
298 | 298 | * @param string $default |
299 | 299 | */ |
300 | 300 | private static function checkDataAttribute(array &$attributes, $name, array $supported, $default): void |
@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | namespace Arcanedev\NoCaptcha; |
6 | 6 | |
7 | -use Illuminate\Support\Manager; |
|
8 | 7 | use Arcanedev\NoCaptcha\Contracts\NoCaptcha as NoCaptchaContract; |
9 | 8 | use Arcanedev\NoCaptcha\Contracts\NoCaptchaManager as NoCaptchaManagerContract; |
9 | +use Illuminate\Support\Manager; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * Class NoCaptchaManager |