Skip to content

Commit 0dac685

Browse files
committed
must not be defined error
Signed-off-by: bota <[email protected]>
1 parent 9a4b2b1 commit 0dac685

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Swoole/Command/GetQueuedMessagesCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
)]
3838
class GetQueuedMessagesCommand extends Command
3939
{
40-
protected static string $defaultName = 'inventory';
40+
/** @var string $defaultName */
41+
protected static $defaultName = 'inventory';
42+
4143
private Redis $redis;
4244

4345
#[Inject('redis')]

0 commit comments

Comments
 (0)