Completed
Push — master ( 002acb...069052 )
by Pierre
03:01
created
src/App/Component/Cache/Redis/Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     {
69 69
         if (is_null($this->instance)) {
70 70
             try {
71
-                $this->instance =  new Redis();
71
+                $this->instance = new Redis();
72 72
                 $cresult = @$this->instance->connect(
73 73
                     $this->config[self::_HOST],
74 74
                     $this->config[self::_PORT]
Please login to merge, or discard this patch.