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.
1 parent b2d7485 commit 25fe227Copy full SHA for 25fe227
src/AsyncTask.php
@@ -12,7 +12,7 @@
12
class AsyncTask
13
{
14
/**
15
- * The back to be executed in the background.
+ * The task to be executed in the background.
16
* @var SerializableClosure|AsyncTaskInterface
17
*/
18
private SerializableClosure|AsyncTaskInterface $theTask;
0 commit comments