Passed
Pull Request — master (#298)
by
unknown
04:10
created
functions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 if (!defined('WP_ENV')) {	
10 10
     define('WP_ENV', function_exists('wp_get_environment_type') ? wp_get_environment_type() : 'production');	
11 11
 } elseif (!defined('WP_ENVIRONMENT_TYPE')) {
12
-   define('WP_ENVIRONMENT_TYPE', WP_ENV);
12
+    define('WP_ENVIRONMENT_TYPE', WP_ENV);
13 13
 }
14 14
 
15 15
 // Check if the required plugins are installed and activated.
Please login to merge, or discard this patch.