Completed
Push — master ( ad269d...d7334d )
by Kenji
12s
created
application/tests/_ci_phpunit_test/replacing/libraries/Upload.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1354,7 +1354,7 @@
 block discarded – undo
1354 1354
 			}
1355 1355
 		}
1356 1356
 
1357
-        // Fall back to mime_content_type(), if available (still better than $_FILES[$field]['type'])
1357
+		// Fall back to mime_content_type(), if available (still better than $_FILES[$field]['type'])
1358 1358
 		if (function_exists('mime_content_type'))
1359 1359
 		{
1360 1360
 			$this->file_type = @mime_content_type($file['tmp_name']);
Please login to merge, or discard this patch.