We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7ab71 commit f55b751Copy full SHA for f55b751
src/Reports/LargeDocumentReport.php
@@ -24,7 +24,7 @@ class LargeDocumentReport extends Report
24
public function description(): string
25
{
26
if (!$this->isReportActive()) {
27
- return 'This report requires the SEARCH_INDEX_FILES environment variable and file extension.';
+ return 'This report requires the SearchServiceExtension being applied to Files.';
28
}
29
30
return sprintf(
0 commit comments