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 09d5283 commit c98af47Copy full SHA for c98af47
src/LoopDriver.php
@@ -9,7 +9,7 @@ interface LoopDriver
9
*
10
* The loop MUST continue to run until it is either stopped explicitly, no referenced watchers exist anymore, or an
11
* exception is thrown that cannot be handled. Exceptions that cannot be handled are exceptions thrown from an
12
- * error handler or exceptions that would be passed to an error handler but non exists to handle them.
+ * error handler or exceptions that would be passed to an error handler but none exists to handle them.
13
14
* @return void
15
*/
0 commit comments