Completed
Push — master ( e388d4...73bb33 )
by Pierre
04:01
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
                 @$this->instance->connect($this->host, $this->port);
81 81
             } catch (\RedisException $e) {
82 82
                 $this->error = true;
Please login to merge, or discard this patch.