We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87673bf commit bbe6774Copy full SHA for bbe6774
src/Promise/ErrorHandler.php
@@ -113,7 +113,7 @@ private static function panic($error) {
113
// The set error handler did throw or not exist, PHP's error handler threw, no chance to handle the error
114
// gracefully at this time. PANIC!
115
116
- // Print error information to STDERR to the reason for the program abortion can be found, but do not expose
+ // Print error information to STDERR so the reason for the program abortion can be found, but do not expose
117
// exception message and trace, as they might contain sensitive information and we do not know whether STDERR
118
// might be available to an untrusted user.
119
0 commit comments