@@ -44,7 +44,7 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | protected function getAuthCodeKey($aid) |
| 46 | 46 | { |
| 47 | - return $this->namespace . ':' . $aid; |
|
| 47 | + return $this->namespace.':'.$aid; |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | */ |
| 46 | 46 | protected function getClientKey($cid) |
| 47 | 47 | { |
| 48 | - return $this->namespace . ':' . $cid; |
|
| 48 | + return $this->namespace.':'.$cid; |
|
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | */ |
| 56 | 56 | protected function getClientUsersListKey($cid) |
| 57 | 57 | { |
| 58 | - return $this->namespace . ':' . $cid . ':users'; |
|
| 58 | + return $this->namespace.':'.$cid.':users'; |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |