Skip to content

Commit

Permalink
Fix incorrect doc type in WorkerOptions (#47308)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo108 committed Jun 1, 2023
1 parent 693e0c7 commit 4de531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/WorkerOptions.php
Expand Up @@ -7,7 +7,7 @@ class WorkerOptions
/**
* The name of the worker.
*
* @var int
* @var string
*/
public $name;

Expand Down

0 comments on commit 4de531b

Please sign in to comment.