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.
2 parents 60ed314 + 75bc182 commit 8c50eddCopy full SHA for 8c50edd
src/Promise/ErrorHandler.php
@@ -11,7 +11,7 @@
11
* global error handler to make them easily loggable. These can't be handled gracefully in any way, so we just enable
12
* logging with this handler and ignore them otherwise.
13
*
14
- * If handler is set or that handler rethrows, it will fail hard by triggering an E_USER_ERROR leading to script
+ * If no handler is set or that handler rethrows, it will fail hard by triggering an E_USER_ERROR leading to script
15
* abortion.
16
*/
17
final class ErrorHandler
0 commit comments