Completed
Branch master (74b553)
by Nielsen
02:12
created
Category
src/FileCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
  */
15 15
 class FileCache implements CacheInterface {
16 16
 
17
-    const JSON_FORMAT  = '.json';
17
+    const JSON_FORMAT = '.json';
18 18
 
19 19
     private $cacheDirectory;
20 20
     private $ttl;
Please login to merge, or discard this patch.