Cleanup Code

This commit is contained in:
Romain Neutron
2013-04-19 20:58:30 +02:00
parent 9f0e7a3e08
commit 43856b7f62
15 changed files with 63 additions and 36 deletions

View File

@@ -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);
}
}