Completed
Push — master ( f1cec2...e52e43 )
by Nikolai
02:28
created
src/Package/Memory.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,8 +80,7 @@
 block discarded – undo
80 80
 		if (function_exists('curl_file_create'))
81 81
 		{
82 82
 			$post_params['file'] = curl_file_create($file);
83
-		}
84
-		else
83
+		} else
85 84
 		{
86 85
 			/*
87 86
 			 * This does NOT seem to work with Mrs. Crowdin...
Please login to merge, or discard this patch.