Passed
Pull Request — master (#863)
by Georges
05:00 queued 01:31
created
lib/Phpfastcache/Drivers/Redis/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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.",
Please login to merge, or discard this patch.