@@ -44,7 +44,7 @@ |
||
| 44 | 44 | { |
| 45 | 45 | $this->container = $container; |
| 46 | 46 | |
| 47 | - $container->register(CacheFacadeInterface::class, function (): CacheFacadeInterface { |
|
| 47 | + $container->register(CacheFacadeInterface::class, function(): CacheFacadeInterface { |
|
| 48 | 48 | return $this->createFacade(); |
| 49 | 49 | }); |
| 50 | 50 | } |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | public function configure(): void |
| 32 | 32 | { |
| 33 | 33 | $this |
| 34 | - ->addArgument('pools', InputArgument::REQUIRED | InputArgument::IS_ARRAY, 'A list of cache pools or cache pool clearer\'s') |
|
| 34 | + ->addArgument('pools', InputArgument::REQUIRED|InputArgument::IS_ARRAY, 'A list of cache pools or cache pool clearer\'s') |
|
| 35 | 35 | ->setHelp( |
| 36 | 36 | <<<'EOF' |
| 37 | 37 | The <info>%command.name%</info> command clears the given cache pools or cache pool clearer\'s. |