mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove unnecessary return
This commit is contained in:
parent
c7dacb05e7
commit
f093a31740
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ class MemcachedEngine extends CacheEngine {
|
|||
$this->_Memcached->setSaslAuthData($this->settings['login'], $this->settings['password']);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue