Test Setup Failed
Branch develop (96c825)
by Siad
03:52
created
src/Cache/Storage/Adapter/Couchbase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         parent::__construct($options);
59 59
         // reset initialized flag on update option(s)
60 60
         $initialized = &$this->initialized;
61
-        $this->getEventManager()->attach('option', function () use (& $initialized) {
61
+        $this->getEventManager()->attach('option', function() use (& $initialized) {
62 62
             $initialized = false;
63 63
         });
64 64
     }
Please login to merge, or discard this patch.
src/Cache/Storage/Adapter/CouchbaseResourceManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
             }
203 203
             $key = constant($const);
204 204
         } else {
205
-            $key = (int) $key;
205
+            $key = (int)$key;
206 206
         }
207 207
     }
208 208
 
Please login to merge, or discard this patch.