Code Cleanup

This commit is contained in:
Romain Neutron
2012-03-15 14:37:40 +01:00
parent a11846cabe
commit 0d996d6105

View File

@@ -404,8 +404,6 @@ class module_console_fileConfigCheck extends Command
if ($service->getType() === 'doctrine')
{
$caches = $service->getCacheServices();
if ($service->isDebug() && self::PROD === $this->env)
{
$output->writeln(sprintf(
@@ -423,6 +421,7 @@ class module_console_fileConfigCheck extends Command
);
}
$this->markTestSkipped('To rewrite');
foreach ($caches->all() as $key => $cache)
{
if ($cache->getType() === 'array' && self::PROD === $this->env)