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 9a2d30c commit 6387003Copy full SHA for 6387003
src/Loop/InvalidWatcherException.php
@@ -21,7 +21,7 @@ public function __construct($watcherId, $message = null)
21
$this->watcherId = $watcherId;
22
23
if ($message === null) {
24
- $message = "An invalid watcher idenfier has been used: '{$watcherId}'";
+ $message = "An invalid watcher identifier has been used: '{$watcherId}'";
25
}
26
27
parent::__construct($message);
0 commit comments