Fix return value comment on wfMemoryLimit()
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 17 Aug 2015 15:42:10 +0000 (11:42 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 17 Aug 2015 15:42:10 +0000 (11:42 -0400)
It was changed incorrectly in I893ddd77.

Change-Id: I1f1e3c53a2cefe69b42ef338aa2a6b126e3d5526

includes/GlobalFunctions.php

index f2720df..c3740a0 100644 (file)
@@ -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;