Test Failed
Branch master (d6831c)
by Mike
04:43
created
Category
src/Xervice/Redis/RedisDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.