Passed
Push — master ( 2f4b26...bc2317 )
by compolom
01:57
created
src/FileCache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @param $ttl int
135
+     * @param integer $ttl int
136 136
      * @return bool
137 137
      */
138 138
     private function isLife($ttl): bool
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      * @param string $key
173 173
      * @param mixed $value
174
-     * @param null|int|\DateInterval $ttl
174
+     * @param integer|null $ttl
175 175
      * @throws InvalidArgumentException
176 176
      * @throws LogicException
177 177
      * @throws RuntimeException
Please login to merge, or discard this patch.