@@ -264,7 +264,7 @@ |
||
| 264 | 264 | * Validate the request method vector |
| 265 | 265 | * |
| 266 | 266 | * @param ServerRequestInterface $request Request |
| 267 | - * @param array $hmacParams HMAC parameters |
|
| 267 | + * @param string[] $hmacParams HMAC parameters |
|
| 268 | 268 | * |
| 269 | 269 | * @throws HmacValidationException If the request method order is invalid |
| 270 | 270 | */ |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | namespace Jkphl\Antibot\Ports\Validators; |
| 38 | 38 | |
| 39 | 39 | use Jkphl\Antibot\Domain\Antibot; |
| 40 | -use Jkphl\Antibot\Domain\Exceptions\InvalidRequestMethodOrderException; |
|
| 41 | 40 | use Jkphl\Antibot\Domain\Exceptions\SkippedValidationException; |
| 42 | 41 | use Jkphl\Antibot\Infrastructure\Exceptions\HmacValidationException; |
| 43 | 42 | use Jkphl\Antibot\Infrastructure\Factory\HmacFactory; |