Merge "Remove @return from MathRenderer::setPurge"

This commit is contained in:
jenkins-bot 2018-08-07 17:14:53 +00:00 committed by Gerrit Code Review
commit b542793035
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ abstract class MathRenderer {
* Sets purge. If set to true the render is forced to rerender and must not
* use a cached version.
* @param bool $purge
* @return bool
*/
function setPurge( $purge = true ) {
$this->changed = true;