Passed
Push — master ( 085a68...c77355 )
by Mike
07:26
created
src/Xervice/Redis/RedisDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.