X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchEngine.php;h=63c46108b28d8bf213b728d959d863d699e1b438;hb=722f51c7e809e13d85ea7735715f9d8548082120;hp=b2bacdafc751838b70850ca90baf4cf785a73d67;hpb=83bae78c3a78a56eb4bcbabdb2cd0e1670af89a1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchEngine.php b/includes/search/SearchEngine.php index b2bacdafc7..63c46108b2 100644 --- a/includes/search/SearchEngine.php +++ b/includes/search/SearchEngine.php @@ -505,7 +505,7 @@ abstract class SearchEngine { * * @todo This isn't ideal, we'd really like to have content-specific handling here * @param Title $t Title we're indexing - * @param Content $c Content of the page to index + * @param Content|null $c Content of the page to index * @return string */ public function getTextFromContent( Title $t, Content $c = null ) {