Passed
Branch master (48d931)
by Christian
02:32
created
wp-autoloader.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,8 +192,8 @@
 block discarded – undo
192 192
 			// replace namespace separators with directory separators
193 193
 			// in the relative class name, append with .php
194 194
 			$file = $base_dir
195
-			        . str_replace( '\\', '/', $relative_class )
196
-			        . '.php';
195
+					. str_replace( '\\', '/', $relative_class )
196
+					. '.php';
197 197
 
198 198
 			// if the mapped file exists, require it
199 199
 			if ( $this->requireFile( $file ) ) {
Please login to merge, or discard this patch.