Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Redis : Fix extended method signature for compatibility. Close #1200 C…
Browse files Browse the repository at this point in the history
…lose #1201
  • Loading branch information
cdujeu committed Aug 23, 2016
1 parent 09612ab commit 560fa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/cache.doctrine/src/PydioRedisCache.php
Expand Up @@ -46,7 +46,7 @@ class PydioRedisCache extends RedisCache implements PatternClearableCache
*
* @return void
*/
public function setRedis($redis){
public function setRedis(Redis $redis){
parent::setRedis($redis);
$this->internalRedis = $redis;
}
Expand Down

0 comments on commit 560fa59

Please sign in to comment.