Merge "Change comment for TextExtractor getNativeData to getText"

This commit is contained in:
jenkins-bot 2022-03-04 09:52:08 +00:00 committed by Gerrit Code Review
commit a94f71fcac

View file

@ -67,7 +67,7 @@ class TextExtractor {
/**
* Converts the given Content object to a string.
*
* This uses Content::getNativeData() if $content is an instance of TextContent,
* This uses TextContent::getText() if $content is an instance of TextContent,
* or Content::getTextForSearchIndex() otherwise.
*
* The hook AbuseFilterContentToString can be used to override this