Skip to content

Commit 2299624

Browse files
committed
Minor
1 parent 8b159e6 commit 2299624

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jobs/ProcessDoc.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use Winter\Storm\Console\Command;
77
use Winter\Storm\Exception\ApplicationException;
88

9+
/**
10+
* Process documentation job.
11+
*/
912
class ProcessDoc
1013
{
1114
/**
@@ -34,7 +37,7 @@ public function fire($job, $data)
3437
* This can either be run through the `docs:process` command, or as a queued job. If run through the command, the
3538
* command instance should be passed as the third argument.
3639
*/
37-
public function processDoc(string $id, ?string $token = null, ?Command $command = null)
40+
public function processDoc(string $id, ?string $token = null, ?Command $command = null): void
3841
{
3942
$this->command = $command;
4043

0 commit comments

Comments
 (0)