mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Remove unnecessary function call
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user