Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Jul 11, 2023
1 parent cb082d4 commit 3b63ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ testPromise1()->then(function ($value) {
return testPromise4();
})->then(function ($value) {
var_dump($value);
})->catch(function ($value) {
var_dump($value);
})->finally(function() {
var_dump("Complete!");
});

System::runSingleEventLoop();
Expand Down

0 comments on commit 3b63ab9

Please sign in to comment.