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 9a2d30c + 6387003 commit f784ddcCopy full SHA for f784ddc
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