We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I upgrade version 7.0.8 to 7.4.1,this method has changed
# File: src/Qiniu/Processing/PersistentFop.php # old public function __construct($auth, $bucket, $pipeline = null, $notify_url = null, $force = false) {} public function execute($key, $fops) {} # new public function __construct($auth, $config = null) {} public function execute($bucket, $key, $fops, $pipeline = null, $notify_url = null, $force = false) {}
The text was updated successfully, but these errors were encountered:
Apologize for this.
These methods have been changed long ago.
I will try to follow Semantic Versioning
Sorry, something went wrong.
No branches or pull requests
When I upgrade version 7.0.8 to 7.4.1,this method has changed
The text was updated successfully, but these errors were encountered: