Skip to content

Commit bb6ab0d

Browse files
committed
tab2space
1 parent baf4853 commit bb6ab0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/io.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Qiniu_Put($upToken, $key, $body, $putExtra) // => ($putRet, $err)
4646

4747
function createFile($filename, $mime)
4848
{
49-
// PHP 5.5 introduced a CurlFile object that deprecates the old @filename syntax
49+
// PHP 5.5 introduced a CurlFile object that deprecates the old @filename syntax
5050
// See: https://wiki.php.net/rfc/curl-file-upload
5151
if (function_exists('curl_file_create')) {
5252
return curl_file_create($filename, $mime);

0 commit comments

Comments
 (0)