mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Code Cleanup
This commit is contained in:
@@ -404,8 +404,6 @@ class module_console_fileConfigCheck extends Command
|
|||||||
|
|
||||||
if ($service->getType() === 'doctrine')
|
if ($service->getType() === 'doctrine')
|
||||||
{
|
{
|
||||||
$caches = $service->getCacheServices();
|
|
||||||
|
|
||||||
if ($service->isDebug() && self::PROD === $this->env)
|
if ($service->isDebug() && self::PROD === $this->env)
|
||||||
{
|
{
|
||||||
$output->writeln(sprintf(
|
$output->writeln(sprintf(
|
||||||
@@ -423,6 +421,7 @@ class module_console_fileConfigCheck extends Command
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->markTestSkipped('To rewrite');
|
||||||
foreach ($caches->all() as $key => $cache)
|
foreach ($caches->all() as $key => $cache)
|
||||||
{
|
{
|
||||||
if ($cache->getType() === 'array' && self::PROD === $this->env)
|
if ($cache->getType() === 'array' && self::PROD === $this->env)
|
||||||
|
Reference in New Issue
Block a user