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 9faedfb + 009c703 commit ea130f9Copy full SHA for ea130f9
src/Worker.php
@@ -147,7 +147,7 @@ public function handleTask($data)
147
} finally {
148
// After the request handling process has completed we will unset some variables
149
// 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.
+ // it was cloned. Then we will be ready for the next worker iteration loop.
151
unset($sandbox);
152
153
CurrentApplication::set($this->app);
0 commit comments