Completed
Push — master ( 40ef42...a746a0 )
by Mehmet
02:15
created
src/MemcachedCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class MemcachedCache implements CacheInterface
10 10
 {
11 11
 
12
-    const PSR16_RESERVED_CHARACTERS = ['{','}','(',')','/','@',':'];
12
+    const PSR16_RESERVED_CHARACTERS = ['{', '}', '(', ')', '/', '@', ':'];
13 13
 
14 14
     public $handler;
15 15
     /**
Please login to merge, or discard this patch.