We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c4cbc commit ea106eeCopy full SHA for ea106ee
README.md
@@ -26,7 +26,8 @@ $result = Stubborn::build()
26
// Use the Stubborn Result Handler to drive your call retries
27
->resultHandler(
28
function ($stubborn) use ($id) {
29
- // fetch the latest attempt result returned from the run call
+ // fetch the latest attempt result returned from
30
+ // whatever you called in the the run function
31
$result = $stubborn->result();
32
33
if ($result == 'Success_Result') {
0 commit comments