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 b9b49b3 + f784ddc commit 7e708eaCopy full SHA for 7e708ea
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