Skip to content

Commit caac301

Browse files
committed
Small changes
1 parent e4a409d commit caac301

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Util/Exchange.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ public function setExchangeResponse(ExchangeResponse $e, bool $returnOutput = fa
144144
/**
145145
* Retrieve payload with exception handling.
146146
*
147-
* @return Payload
147+
* @return PayLoad
148148
* @throws PayException
149149
*/
150-
private function getSafePayload(): Payload
150+
private function getSafePayload(): PayLoad
151151
{
152152
try {
153153
return $this->getPayload();

0 commit comments

Comments
 (0)