Skip to content

Commit

Permalink
Merge branch 'master' into 3.1-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Aug 15, 2023
2 parents 944ed1c + d955d14 commit 449dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aspect/HttpClientAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function process(ProceedingJoinPoint $proceedingJoinPoint)
}
// Disable the aspect for the requestAsync method.
if ($proceedingJoinPoint->methodName == 'request') {
$proceedingJoinPoint->arguments['keys']['options']['no_aspect'] = true;
$options['no_aspect'] = true;
}
$arguments = $proceedingJoinPoint->arguments;
$method = $arguments['keys']['method'] ?? 'Null';
Expand Down

0 comments on commit 449dba5

Please sign in to comment.