@@ -81,7 +81,7 @@ |
||
81 | 81 | * Sanitizies key so it can be used safely in REDIS |
82 | 82 | * |
83 | 83 | * @param $key |
84 | - * @return string|string[] |
|
84 | + * @return string |
|
85 | 85 | */ |
86 | 86 | protected function sanitizeRedisKey($key) { |
87 | 87 | return str_replace(str_split('@{}()/\:'), '_', $key); |