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
aliyun-oss-php-sdk/src/OSS/OssClient.php
Line 2088 in 4ccead6
Line 2130 in 4ccead6
The text was updated successfully, but these errors were encountered:
通过阅读源码可以发现使用\OSS\Result\PutSetDeleteResult作为数据转换的方法返回值大多都声明为null,可以考虑修改该返回类型解析数据的方法,使得返回数据与函数签名一致
Sorry, something went wrong.
No branches or pull requests
aliyun-oss-php-sdk/src/OSS/OssClient.php
Line 2088 in 4ccead6
提示返回null,实际返回数组
aliyun-oss-php-sdk/src/OSS/OssClient.php
Line 2130 in 4ccead6
提示返回\OSS\Model\TaggingConfig,实际返回数组
The text was updated successfully, but these errors were encountered: