Passed
Push — master ( dc9bae...16fbc4 )
by Krisztián
02:21
created
config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         'bufferSize' => 256,
21 21
         'ttl' => 3600, // Time To Live -> defines how many seconds the cache should persist an entry (Default 3600)
22 22
         'backupTime' => 1800, // Creates a file storage backup every $backupTime seconds
23
-        'backupDir' => __DIR__ . '/.backup',
23
+        'backupDir' => __DIR__.'/.backup',
24 24
     ],
25 25
     'services' => [
26 26
         'factories' => [
Please login to merge, or discard this patch.