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