Fix Profiler::getOutputs() type documentation
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Feb 2018 18:58:36 +0000 (10:58 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 22 Feb 2018 18:58:36 +0000 (10:58 -0800)
Change-Id: I4ff2ccc16363bfc3093b75263da2b09c3af40627

includes/profiler/Profiler.php

index 9021652..d02011f 100644 (file)
@@ -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() {