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 8b159e6 commit 2299624Copy full SHA for 2299624
jobs/ProcessDoc.php
@@ -6,6 +6,9 @@
6
use Winter\Storm\Console\Command;
7
use Winter\Storm\Exception\ApplicationException;
8
9
+/**
10
+ * Process documentation job.
11
+ */
12
class ProcessDoc
13
{
14
/**
@@ -34,7 +37,7 @@ public function fire($job, $data)
34
37
* This can either be run through the `docs:process` command, or as a queued job. If run through the command, the
35
38
* command instance should be passed as the third argument.
36
39
*/
- public function processDoc(string $id, ?string $token = null, ?Command $command = null)
40
+ public function processDoc(string $id, ?string $token = null, ?Command $command = null): void
41
42
$this->command = $command;
43
0 commit comments