Passed
Pull Request — master (#623)
by Georges
01:43
created
lib/Phpfastcache/Drivers/Memcached/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,6 +204,6 @@
 block discarded – undo
204 204
             ->setData(\implode(', ', \array_keys($this->itemInstances)))
205 205
             ->setInfo(\sprintf("The memcache daemon v%s is up since %s.\n For more information see RawData.", $stats['version'], $date->format(\DATE_RFC2822)))
206 206
             ->setRawData($stats)
207
-            ->setSize((int)$stats['bytes']);
207
+            ->setSize((int) $stats['bytes']);
208 208
     }
209 209
 }
210 210
\ No newline at end of file
Please login to merge, or discard this patch.