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 11b48fd commit 67ab486Copy full SHA for 67ab486
src/Commands/IndexCommand.php
@@ -24,7 +24,7 @@ class IndexCommand extends Command
24
/**
25
* The console command description.
26
*
27
- * @var string
+ * @var string|null
28
*/
29
protected $description = 'Re-create the ES index and populate with data';
30
src/Commands/StatusCommand.php
@@ -22,7 +22,7 @@ class StatusCommand extends Command
22
23
protected $description = 'Displays the status of the configured Elasticsearch indices';
0 commit comments