Remove @return from MathRenderer::setPurge

The function does not return anything

Change-Id: Id3eca085c0419aef02c59be5973bb27a4635ccb7
This commit is contained in:
Umherirrender 2018-08-07 09:42:17 +02:00
parent fc05cfe92a
commit da2b19de0c
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;