Passed
Push — develop ( 171d90...f72965 )
by Andrew
03:55
created
src/config.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     // The optional security token used to sign image URLs from Imgix
38 38
     'imgixSecurityToken' => '',
39 39
 
40
-     // Base URL for Thumbor transform service
40
+        // Base URL for Thumbor transform service
41 41
     'thumborBaseUrl' => '',
42 42
 
43 43
     // The optional security key used by Thumbor to create secure image URLs
@@ -59,8 +59,8 @@  discard block
 block discarded – undo
59 59
     // It takes a bit of time, so if you never plan to use it, you can turn it off
60 60
     'createColorPalette' => true,
61 61
 
62
-     // Controls whether SVG placeholder silhouettes should be created for image variants
63
-     // It takes a bit of time, so if you never plan to use them, you can turn it off
62
+        // Controls whether SVG placeholder silhouettes should be created for image variants
63
+        // It takes a bit of time, so if you never plan to use them, you can turn it off
64 64
     'createPlaceholderSilhouettes' => true,
65 65
 
66 66
     // Controls whether retina images are automatically created with reduced quality
Please login to merge, or discard this patch.