Skip to content

Commit de16b1b

Browse files
committed
Update ReQuery return type annotation in README.md
1 parent 09792a9 commit de16b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ If for any reason, your user/customer claims that the payment they made was succ
154154

155155
```php
156156
/**
157-
* @var bool $outcome // --> true if payment was successful, false otherwise
157+
* @var Damms005\LaravelMultipay\ValueObjects\ReQuery $outcome
158158
*/
159159
$outcome = LaravelMultipay::reQueryUnsuccessfulPayment($payment)
160160
```

0 commit comments

Comments
 (0)