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 9, 2023
1 parent a44e5b1 commit 922a0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function testPromise4() : Promise {

testPromise1()->then(function ($value) {
var_dump($value);
return testPromise2();
return testPromise2();
})->then(function ($value) {
var_dump($value);
return testPromise3();
Expand Down

0 comments on commit 922a0cc

Please sign in to comment.