We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13da84a commit 68d9b29Copy full SHA for 68d9b29
src/Task/Async.php
@@ -31,7 +31,7 @@ public function execute()
31
$this->finish_callback = null;
32
} else {
33
trigger_error(
34
- "Throwable catched in Atcher async task, but no finish callback found:{$e->getMessage()} in {$e->getFile()}({$e->getLine()})"
+ "Throwable catched in Archer async task, but no finish callback found:{$e->getMessage()} in {$e->getFile()}({$e->getLine()})"
35
);
36
}
37
} elseif (isset($this->finish_callback)) {
0 commit comments