Skip to content

Commit ea130f9

Browse files
authored
Merge pull request #175 from albertcht/patch-1
Fix typo in handleTask function
2 parents 9faedfb + 009c703 commit ea130f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function handleTask($data)
147147
} finally {
148148
// After the request handling process has completed we will unset some variables
149149
// plus reset the current application state back to its original state before
150-
// it wax cloned. Then we will be ready for the next worker iteration loop.
150+
// it was cloned. Then we will be ready for the next worker iteration loop.
151151
unset($sandbox);
152152

153153
CurrentApplication::set($this->app);

0 commit comments

Comments
 (0)