From 093a0c11069fb1bb5d3a5cb4e25101d6cf1876b3 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Mon, 17 Aug 2015 11:42:10 -0400 Subject: [PATCH] Fix return value comment on wfMemoryLimit() It was changed incorrectly in I893ddd77. Change-Id: I1f1e3c53a2cefe69b42ef338aa2a6b126e3d5526 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1