Skip to content

Commit 8c50edd

Browse files
authored
Merge pull request #23 from joshdifabio/patch-1
Correct grammar in ErrorHandler description
2 parents 60ed314 + 75bc182 commit 8c50edd

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
@@ -11,7 +11,7 @@
1111
* global error handler to make them easily loggable. These can't be handled gracefully in any way, so we just enable
1212
* logging with this handler and ignore them otherwise.
1313
*
14-
* If handler is set or that handler rethrows, it will fail hard by triggering an E_USER_ERROR leading to script
14+
* If no handler is set or that handler rethrows, it will fail hard by triggering an E_USER_ERROR leading to script
1515
* abortion.
1616
*/
1717
final class ErrorHandler

0 commit comments

Comments
 (0)