@@ -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) |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | - * @return \Arcanedev\NoCaptcha\NoCaptchaV3 |
|
| 47 | + * @return NoCaptchaV2 |
|
| 48 | 48 | */ |
| 49 | 49 | public function createV2Driver() |
| 50 | 50 | { |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php namespace Arcanedev\NoCaptcha; |
| 2 | 2 | |
| 3 | -use Illuminate\Support\Manager; |
|
| 4 | 3 | use Arcanedev\NoCaptcha\Contracts\NoCaptchaManager as NoCaptchaManagerContract; |
| 4 | +use Illuminate\Support\Manager; |
|
| 5 | 5 | |
| 6 | 6 | /** |
| 7 | 7 | * Class NoCaptchaManager |