Changed visibility of StreamSuppressQuery::isSuppressionActive

This commit is contained in:
buddh4 2020-11-16 18:59:25 +01:00
parent 67df021381
commit 754afefb0e

View File

@ -83,7 +83,7 @@ class StreamSuppressQuery extends StreamQuery
/**
* @since 1.8
*/
public function isSuppressionActive()
protected function isSuppressionActive()
{
return !($this->preventSuppression || $this->limit < 3 || $this->isSingleContentQuery());
}