From 07c38641b23c1ecf7c75c8ae5935686501032b75 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 22 Feb 2018 10:58:36 -0800 Subject: [PATCH] Fix Profiler::getOutputs() type documentation Change-Id: I4ff2ccc16363bfc3093b75263da2b09c3af40627 --- includes/profiler/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1