Fix some php doc

This commit is contained in:
Frederic Guillot
2016-09-19 20:58:44 -04:00
parent 91c1109b05
commit a2fd6525a0
3 changed files with 4 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ interface CacheInterface
*
* @access public
* @param string $key
* @param string $value
* @param mixed $value
*/
public function set($key, $value);

View File

@@ -17,7 +17,7 @@ class FileCache extends BaseCache
*
* @access public
* @param string $key
* @param string $value
* @param mixed $value
*/
public function set($key, $value)
{