Passed
Push — master ( 323542...b3d3d7 )
by Frank
06:59 queued 02:19
created
docker/wp-config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 
78 78
 /** Absolute path to the WordPress directory. */
79 79
 if ( ! defined( 'ABSPATH' ) )
80
-	define( 'ABSPATH', dirname( __FILE__ ) . '/' );
80
+    define( 'ABSPATH', dirname( __FILE__ ) . '/' );
81 81
 
82 82
 /** Sets up WordPress vars and included files. */
83 83
 require_once ABSPATH . 'wp-settings.php';
Please login to merge, or discard this patch.