@@ -171,7 +171,7 @@ |
||
| 171 | 171 | if (!preg_match('#\(integer\) ([0-9]+)#i', $output, $matches)) { |
| 172 | 172 | throw new Exception('invalid redis-cli LASTSAVE output'); |
| 173 | 173 | } |
| 174 | - return (int)$matches[1]; |
|
| 174 | + return (int) $matches[1]; |
|
| 175 | 175 | } |
| 176 | 176 | |
| 177 | 177 | /** |