mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
Use lowercase for primitive type 'string'
Change-Id: I17b5256ee73d68f3b57801512abac05a5c0d0c03
This commit is contained in:
parent
bcf50cb38a
commit
f5d0db1707
|
@ -16,7 +16,7 @@ abstract class MathInputCheck {
|
||||||
/**
|
/**
|
||||||
* Default constructor
|
* Default constructor
|
||||||
* (performs no checking)
|
* (performs no checking)
|
||||||
* @param String $tex the TeX InputString to be checked
|
* @param string $tex the TeX InputString to be checked
|
||||||
*/
|
*/
|
||||||
public function __construct( $tex = '' ) {
|
public function __construct( $tex = '' ) {
|
||||||
$this->inputTeX = $tex;
|
$this->inputTeX = $tex;
|
||||||
|
|
|
@ -204,7 +204,7 @@ class MathMathML extends MathRenderer {
|
||||||
* @param string $post the encoded post request
|
* @param string $post the encoded post request
|
||||||
* @param mixed &$res the result
|
* @param mixed &$res the result
|
||||||
* @param mixed &$error the formatted error message or null
|
* @param mixed &$error the formatted error message or null
|
||||||
* @param String $httpRequestClass class name of MWHttpRequest (needed for testing only)
|
* @param string $httpRequestClass class name of MWHttpRequest (needed for testing only)
|
||||||
* @return bool success
|
* @return bool success
|
||||||
*/
|
*/
|
||||||
public function makeRequest(
|
public function makeRequest(
|
||||||
|
|
Loading…
Reference in a new issue