Skip to content

Commit bbe6774

Browse files
committed
Fix typo
1 parent 87673bf commit bbe6774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Promise/ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private static function panic($error) {
113113
// The set error handler did throw or not exist, PHP's error handler threw, no chance to handle the error
114114
// gracefully at this time. PANIC!
115115

116-
// Print error information to STDERR to the reason for the program abortion can be found, but do not expose
116+
// Print error information to STDERR so the reason for the program abortion can be found, but do not expose
117117
// exception message and trace, as they might contain sensitive information and we do not know whether STDERR
118118
// might be available to an untrusted user.
119119

0 commit comments

Comments
 (0)