Skip to content

Commit e089d8e

Browse files
authored
Add line break to prevent overlong line
1 parent 8c9efe4 commit e089d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Loop/InvalidWatcherException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
namespace Interop\Async\Loop;
44

55
/**
6-
* MUST be thrown if any operation (except cancel()) is attempted with an invalid watcher identifier. [Invalid watcher identifier: any identifier not yet emitted by the driver or cancelled by the user]
6+
* MUST be thrown if any operation (except cancel()) is attempted with an invalid watcher identifier.
7+
* [Invalid watcher identifier: any identifier not yet emitted by the driver or cancelled by the user]
78
*/
89
class InvalidWatcherException extends \LogicException
910
{

0 commit comments

Comments
 (0)