mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Docblock fixes
This commit is contained in:
parent
6670997283
commit
72d6ca636f
56 changed files with 191 additions and 74 deletions
|
@ -213,7 +213,7 @@ class RedisEngine extends CacheEngine {
|
|||
/**
|
||||
* Disconnects from the redis server
|
||||
*
|
||||
* @return voind
|
||||
* @return void
|
||||
**/
|
||||
public function __destruct() {
|
||||
if (!$this->settings['persistent']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue