Completed
Push — master ( 0fbb6b...23ae93 )
by Jan-Petter
02:52
created
src/Cache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
      *
34 34
      * @param PDO $pdo
35 35
      * @param array $curlOptions
36
-     * @param int|null $byteLimit
36
+     * @param integer $byteLimit
37 37
      */
38 38
     public function __construct(PDO $pdo, array $curlOptions = [], $byteLimit = self::BYTE_LIMIT)
39 39
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Process the update queue
57 57
      *
58
-     * @param float|int $targetTime
58
+     * @param integer $targetTime
59 59
      * @param int|null $workerID
60 60
      * @return string[]
61 61
      */
Please login to merge, or discard this patch.