More reformatting

This commit is contained in:
Stéphane Goetz
2020-04-22 22:24:52 +02:00
parent 9c13185620
commit 8cf6a7667b
73 changed files with 362 additions and 421 deletions

View File

@ -18,7 +18,7 @@ class ClearCache extends SymfonyCommand
{
$output->writeln("Clearing cache at '" . Cache::getDirectory() . "'");
Cache::clear();
$output->writeln("<info>Cache cleared</info>");
$output->writeln('<info>Cache cleared</info>');
return 0;
}