Passed
Push — develop ( ec503a...b34520 )
by Andrew
12:58
created
src/config.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,8 @@
 block discarded – undo
51 51
     // It takes a bit of time, so if you never plan to use it, you can turn it off
52 52
     'createColorPalette' => true,
53 53
 
54
-     // Controls whether SVG placeholder silhouettes should be created for image variants
55
-     // It takes a bit of time, so if you never plan to use them, you can turn it off
54
+        // Controls whether SVG placeholder silhouettes should be created for image variants
55
+        // It takes a bit of time, so if you never plan to use them, you can turn it off
56 56
     'createPlaceholderSilhouettes' => false,
57 57
 
58 58
     // Controls whether retina images are automatically created with reduced quality
Please login to merge, or discard this patch.