File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ try {
441
441
$responses = await($promise);
442
442
// responses successfully received
443
443
} catch (Exception $e) {
444
- // an error occured while performing the requests
444
+ // an error occurred while performing the requests
445
445
}
446
446
```
447
447
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function ($responses) {
29
29
}
30
30
},
31
31
function ($ e ) {
32
- echo 'An error occured : ' . $ e ->getMessage () . PHP_EOL ;
32
+ echo 'An error occurred : ' . $ e ->getMessage () . PHP_EOL ;
33
33
}
34
34
);
35
35
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function ($url) {
31
31
echo 'First successful URL is ' . $ url . PHP_EOL ;
32
32
},
33
33
function ($ e ) {
34
- echo 'An error occured : ' . $ e ->getMessage () . PHP_EOL ;
34
+ echo 'An error occurred : ' . $ e ->getMessage () . PHP_EOL ;
35
35
}
36
36
);
37
37
You can’t perform that action at this time.
0 commit comments