Skip to content

Commit 0cf686c

Browse files
committed
style fix
1 parent 3949c86 commit 0cf686c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Command/CacheFlushCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function configure()
3737
$this->setDescription('Flushes the given cache');
3838
$this->addArgument('type', InputArgument::OPTIONAL, sprintf('Which type of cache do you want to clear? Valid types are: %s', implode(', ', self::VALID_TYPES)));
3939
$this->addArgument('service', InputArgument::OPTIONAL, 'If using type "provider" you must give a service id for the cache you want to clear.');
40-
$this->setHelp(<<<EOD
40+
$this->setHelp(<<<'EOD'
4141
4242
Types and their description
4343
all Clear all types of caches

0 commit comments

Comments
 (0)