提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

View File

View File

View File

View File

@ -26,7 +26,7 @@ class JsonLocation extends AbstractLocation
}
/**
* @return \GuzzleHttp\Command\ResultInterface
* @return ResultInterface
*/
public function before(
ResultInterface $result,

View File

View File

View File

View File

@ -48,8 +48,8 @@ class XmlLocation extends AbstractLocation
) {
// Handle additional, undefined properties
$additional = $model->getAdditionalProperties();
if ($additional instanceof Parameter &&
$additional->getLocation() == $this->locationName
if ($additional instanceof Parameter
&& $additional->getLocation() == $this->locationName
) {
$result = new Result(array_merge(
$result->toArray(),