Skip to content

Commit ca6fd39

Browse files
committed
Fix ci build
Add an argument to buildUrl to make it support https again and fix ci build
1 parent a65bd0a commit ca6fd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Processing/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function execute($key, $fops)
4444
return array($resp->body, null);
4545
}
4646

47-
public function buildUrl($key, $fops$protocol = 'http')
47+
public function buildUrl($key, $fops, $protocol = 'http')
4848
{
4949
if (is_array($fops)) {
5050
$fops = implode('|', $fops);

0 commit comments

Comments
 (0)