Remove unnecessary function call

This commit is contained in:
Zach Borboa
2016-08-10 02:51:46 -07:00
parent 8f2b878237
commit 35df88a9c5
+1 -1
View File
@@ -1235,7 +1235,7 @@ class Curl
$return[$key] = $value;
}
} else {
if (class_exists('CURLFile') && $value instanceof \CURLFile) {
if ($value instanceof \CURLFile) {
$return[$key] = $value;
} else {
$return = array_merge(