From: Brad Jorsch Date: Mon, 17 Aug 2015 15:42:10 +0000 (-0400) Subject: Fix return value comment on wfMemoryLimit() X-Git-Tag: 1.31.0-rc.0~10401^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=093a0c11069fb1bb5d3a5cb4e25101d6cf1876b3;p=lhc%2Fweb%2Fwiklou.git Fix return value comment on wfMemoryLimit() It was changed incorrectly in I893ddd77. Change-Id: I1f1e3c53a2cefe69b42ef338aa2a6b126e3d5526 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f2720df38f..c3740a0146 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3850,7 +3850,7 @@ function wfStripIllegalFilenameChars( $name ) { /** * Set PHP's memory limit to the larger of php.ini or $wgMemoryLimit * - * @return int Prior memory limit + * @return int Resulting value of the memory limit. */ function wfMemoryLimit() { global $wgMemoryLimit;