From c82458bbbc24cee9211084beecdc616b2077e076 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sun, 9 Sep 2018 20:53:28 +0200 Subject: [PATCH] Remove @global doc annotation It is unknown to doxygen Change-Id: I1ef4bf4292b78fcd434f35c31f75b08b9c6a49d8 --- .phpcs.xml | 1 - MathLaTeXML.php | 1 - src/MathMathML.php | 1 - 3 files changed, 3 deletions(-) diff --git a/.phpcs.xml b/.phpcs.xml index 0caf2a2..9be5cd2 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -2,7 +2,6 @@ - diff --git a/MathLaTeXML.php b/MathLaTeXML.php index c6711a7..33af959 100644 --- a/MathLaTeXML.php +++ b/MathLaTeXML.php @@ -45,7 +45,6 @@ class MathLaTeXML extends MathMathML { } /** * Gets the settings for the LaTeXML daemon. - * @global (array|string) $wgMathDefaultLaTeXMLSetting * @return string */ public function getLaTeXMLSettings() { diff --git a/src/MathMathML.php b/src/MathMathML.php index 06f43fb..c7de6fe 100644 --- a/src/MathMathML.php +++ b/src/MathMathML.php @@ -176,7 +176,6 @@ class MathMathML extends MathRenderer { * Generates error messages on failure * @see Http::post() * - * @global int $wgMathLaTeXMLTimeout * @param string $host * @param string $post the encoded post request * @param mixed &$res the result