Completed
Pull Request — analysis-zO3dGL (#53)
by Steven
13:17 queued 10:44
created
provision/puphpet/magestead/magento2/add_redis_env.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
 $env = include $file;
5 5
 
6 6
 $env['cache'] =
7
-     [
7
+        [
8 8
         'frontend' => [
9 9
             'default' => [
10 10
                 'backend'     => 'Cm_Cache_Backend_Redis',
@@ -24,8 +24,8 @@  discard block
 block discarded – undo
24 24
         ],
25 25
             ],
26 26
             'page_cache' => [
27
-          'backend'         => 'Cm_Cache_Backend_Redis',
28
-          'backend_options' => [
27
+            'backend'         => 'Cm_Cache_Backend_Redis',
28
+            'backend_options' => [
29 29
                     'server'                    => '127.0.0.1',
30 30
                     'port'                      => '6379',
31 31
                     'persistent'                => '',
Please login to merge, or discard this patch.