Completed
Push — master ( 8ef53d...1d6005 )
by Pierre
03:40 queued 35s
created
src/App/Component/Cache/Redis/Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     {
77 77
         if (is_null($this->instance)) {
78 78
             try {
79
-                $this->instance =  new Redis();
79
+                $this->instance = new Redis();
80 80
                 $con = @$this->instance->connect($this->host, $this->port);
81 81
                 if (false === $con) {
82 82
                     throw new \RedisException('Connection refused', 2);
Please login to merge, or discard this patch.