Page MenuHomePhabricator

Remove unused global variables in functions
Closed, ResolvedPublic

Description

Some function in the MathSearch extension use the global keyword (cf http://php.net/manual/en/language.variables.scope.php section The global keyword) but do not use the variable in the function therafter.
Delete all unused variables defined via the global keyword.