mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Coding Standards
This commit is contained in:
@@ -47,7 +47,7 @@ class module_console_systemClearCache extends Command
|
||||
__DIR__ . '/../../../../tmp/cache_minify/'
|
||||
, __DIR__ . '/../../../../tmp/cache_twig/'
|
||||
));
|
||||
|
||||
|
||||
$count = 1;
|
||||
foreach ($finder as $file)
|
||||
{
|
||||
@@ -64,7 +64,7 @@ class module_console_systemClearCache extends Command
|
||||
))
|
||||
->exclude('.git')
|
||||
->exclude('.svn');
|
||||
|
||||
|
||||
foreach ($finder as $file)
|
||||
{
|
||||
$dirs[$file->getPathname()] = $file->getPathname();
|
||||
|
Reference in New Issue
Block a user