@@ -40,7 +40,7 @@  | 
                                                    ||
| 40 | 40 | */  | 
                                                        
| 41 | 41 | protected function addCommandCollection(DependencyContainerInterface $container  | 
                                                        
| 42 | 42 |      ): \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface { | 
                                                        
| 43 | -        $container[self::REDIS_COMMAND_COLLECTION] = function () { | 
                                                        |
| 43 | +        $container[self::REDIS_COMMAND_COLLECTION] = function() { | 
                                                        |
| 44 | 44 | return new Collection(  | 
                                                        
| 45 | 45 | $this->getCommands()  | 
                                                        
| 46 | 46 | );  |