Skip to content

Commit 67ab486

Browse files
committed
fix psalm
1 parent 11b48fd commit 67ab486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/IndexCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class IndexCommand extends Command
2424
/**
2525
* The console command description.
2626
*
27-
* @var string
27+
* @var string|null
2828
*/
2929
protected $description = 'Re-create the ES index and populate with data';
3030

src/Commands/StatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class StatusCommand extends Command
2222
/**
2323
* The console command description.
2424
*
25-
* @var string
25+
* @var string|null
2626
*/
2727
protected $description = 'Displays the status of the configured Elasticsearch indices';
2828

0 commit comments

Comments
 (0)