From: Aaron Schulz Date: Thu, 22 Feb 2018 18:58:36 +0000 (-0800) Subject: Fix Profiler::getOutputs() type documentation X-Git-Tag: 1.31.0-rc.0~538 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=07c38641b23c1ecf7c75c8ae5935686501032b75 Fix Profiler::getOutputs() type documentation Change-Id: I4ff2ccc16363bfc3093b75263da2b09c3af40627 --- diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index 9021652958..d02011fa34 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -188,7 +188,7 @@ abstract class Profiler { * Get all usable outputs. * * @throws MWException - * @return array Array of ProfilerOutput instances. + * @return ProfilerOutput[] * @since 1.25 */ private function getOutputs() {