Passed
Branch php-5.6 (9b1324)
by compolom
03:18
created
src/FileCache.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param $key
99
+     * @param string $key
100 100
      * @return bool
101 101
      * @throws InvalidArgumentException
102 102
      */
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-     * @param $ttl int
134
+     * @param integer $ttl int
135 135
      * @return bool
136 136
      */
137 137
     private function isLife($ttl)
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * @param string $key
172 172
      * @param mixed $value
173
-     * @param null|int|\DateInterval $ttl
173
+     * @param integer|null $ttl
174 174
      * @throws InvalidArgumentException
175 175
      * @throws LogicException
176 176
      * @throws RuntimeException
Please login to merge, or discard this patch.