@@ -20,7 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | public function handleDependencies(DependencyProviderInterface $container) |
22 | 22 | { |
23 | - $container[self::REDIS_COMMAND_COLLECTION] = function (DependencyProviderInterface $container) { |
|
23 | + $container[self::REDIS_COMMAND_COLLECTION] = function(DependencyProviderInterface $container) { |
|
24 | 24 | return new Collection( |
25 | 25 | $this->getCommands() |
26 | 26 | ); |