Test Failed
Push — master ( 646b2a...0f2f24 )
by smiley
04:36
created
src/Gateway.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -737,7 +737,7 @@
 block discarded – undo
737 737
 		if(class_exists('finfo')){
738 738
 			$mime = (new \finfo(FILEINFO_MIME_TYPE ))->file($path);
739 739
 		}
740
-		else if(function_exists('mime_content_type')) {
740
+		else if(function_exists('mime_content_type')){
741 741
 			$mime = mime_content_type($path);
742 742
 		}
743 743
 
Please login to merge, or discard this patch.