提交的内容
This commit is contained in:
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/AbstractLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/AbstractLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/BodyLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/BodyLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/HeaderLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/HeaderLocation.php
vendored
Executable file → Normal file
2
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/JsonLocation.php
vendored
Executable file → Normal file
2
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/JsonLocation.php
vendored
Executable file → Normal file
@ -26,7 +26,7 @@ class JsonLocation extends AbstractLocation
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \GuzzleHttp\Command\ResultInterface
|
||||
* @return ResultInterface
|
||||
*/
|
||||
public function before(
|
||||
ResultInterface $result,
|
||||
|
||||
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/ReasonPhraseLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/ReasonPhraseLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/ResponseLocationInterface.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/ResponseLocationInterface.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/StatusCodeLocation.php
vendored
Executable file → Normal file
0
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/StatusCodeLocation.php
vendored
Executable file → Normal file
4
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/XmlLocation.php
vendored
Executable file → Normal file
4
vendor/guzzlehttp/guzzle-services/src/ResponseLocation/XmlLocation.php
vendored
Executable file → Normal 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(),
|
||||
|
||||
Reference in New Issue
Block a user