We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65bd0a commit ca6fd39Copy full SHA for ca6fd39
src/Qiniu/Processing/Operation.php
@@ -44,7 +44,7 @@ public function execute($key, $fops)
44
return array($resp->body, null);
45
}
46
47
- public function buildUrl($key, $fops,$protocol = 'http')
+ public function buildUrl($key, $fops, $protocol = 'http')
48
{
49
if (is_array($fops)) {
50
$fops = implode('|', $fops);
0 commit comments