Completed
Push — master ( df4949...df4068 )
by Joschi
03:25
created
src/Antibot/Ports/Validators/HmacValidator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.