Completed
Push — master ( ac18c1...db3c82 )
by Joschi
03:03
created
src/Antibot/Ports/Validators/HmacValidator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -278,10 +278,10 @@
 block discarded – undo
278 278
      *
279 279
      * @param \string $hmac      HMAC
280 280
      * @param \array $hmacParams HMAC parameters
281
-     * @param \int $timestamp    Timestamp
281
+     * @param integer $timestamp    Timestamp
282 282
      * @param \boolean $followUp Follow-up request
283 283
      *
284
-     * @return \boolean                HMAC matches
284
+     * @return boolean                HMAC matches
285 285
      */
286 286
     protected function _probeTimedHMAC($hmac, array $hmacParams, $timestamp, $followUp = false)
287 287
     {
Please login to merge, or discard this patch.