Use lowercase for primitive type 'string'

Change-Id: I17b5256ee73d68f3b57801512abac05a5c0d0c03
This commit is contained in:
DannyS712 2020-03-20 15:34:17 +00:00
parent bcf50cb38a
commit f5d0db1707
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ abstract class MathInputCheck {
/**
* Default constructor
* (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 = '' ) {
$this->inputTeX = $tex;

View file

@ -204,7 +204,7 @@ class MathMathML extends MathRenderer {
* @param string $post the encoded post request
* @param mixed &$res the result
* @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
*/
public function makeRequest(