Completed
Push — master ( 81fe65...156170 )
by Ryota
04:40
created
Cache/ApcuCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 
81 81
     private function getKey($key)
82 82
     {
83
-        return $this->namespace . '_' . $key;
83
+        return $this->namespace.'_'.$key;
84 84
     }
85 85
 
86 86
     private function getMultipleKeys($keys)
Please login to merge, or discard this patch.