mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Cleanup Code
This commit is contained in:
@@ -30,7 +30,7 @@ class OpcodeCacheProbe extends OpcodeCacheRequirement implements ProbeInterface
|
||||
);
|
||||
|
||||
if (null !== $cache->getStats()) {
|
||||
foreach($cache->getStats() as $name => $value) {
|
||||
foreach ($cache->getStats() as $name => $value) {
|
||||
$this->addInformation($name, $value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user