X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FXhprofData.php;h=0be4ff6ad851ff67f5b6e7614c46204161256d2b;hb=670c94ebf528155b9a9017784591e23ef57b9884;hp=c6da432eff83b75adbba76257f5a3470d592c735;hpb=5b38b28cddf5c00ad31208cf82fcb0911eb9ba32;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/XhprofData.php b/includes/libs/XhprofData.php index c6da432eff..0be4ff6ad8 100644 --- a/includes/libs/XhprofData.php +++ b/includes/libs/XhprofData.php @@ -25,8 +25,7 @@ use RunningStat\RunningStat; * . XHProf can be installed as a PECL * package for use with PHP5 (Zend PHP) and is built-in to HHVM 3.3.0. * - * @author Bryan Davis - * @copyright © 2014 Bryan Davis and Wikimedia Foundation. + * @copyright © 2014 Wikimedia Foundation and contributors * @since 1.28 */ class XhprofData { @@ -108,6 +107,7 @@ class XhprofData { * The resulting array is left padded with nulls, so a key * with no parent (eg 'main()') will return [null, 'function']. * + * @param string $key * @return array */ public static function splitKey( $key ) {