Skip to content

Commit 4fcd78d

Browse files
committed
cs
1 parent af716f2 commit 4fcd78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5757
$io = new SymfonyStyle($input, $output);
5858
$pools = $this->poolClearer->getPoolNames();
5959

60-
$io->table(['Pool name'], array_map(function($pool) {
60+
$io->table(['Pool name'], array_map (function($pool) {
6161
return [$pool];
6262
}, $pools));
6363
}

0 commit comments

Comments
 (0)