Passed
Pull Request — master (#9)
by Leonardo
01:33
created
src/Adapters/RedisAdapter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     protected function validateRedisInstance($redis)
42 42
     {
43 43
         if (! $redis instanceof Redis && ! $redis instanceof RedisCluster) {
44
-          throw new \InvalidArgumentException('Redis is not a valid instance.');
44
+            throw new \InvalidArgumentException('Redis is not a valid instance.');
45 45
         }
46 46
     }
47 47
 
Please login to merge, or discard this patch.