@@ -54,7 +54,7 @@ |
||
54 | 54 | return (new DriverStatistic()) |
55 | 55 | ->setData(implode(', ', array_keys($this->itemInstances))) |
56 | 56 | ->setRawData($info) |
57 | - ->setSize((int)$info['used_memory']) |
|
57 | + ->setSize((int) $info['used_memory']) |
|
58 | 58 | ->setInfo( |
59 | 59 | sprintf( |
60 | 60 | "The Redis daemon v%s, php-ext v%s, is up since %s.\n For more information see RawData. \n Driver size includes the memory allocation size.", |