X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2FXhprofData.php;h=8762446a03c3661663b8ba42ab3c400583310bff;hp=2383d2adc476a4c1cd340953401a3733eff9daf3;hb=394f78049ed01dfb797bc6ae8d20ff423bf36e7c;hpb=4d55e3ad70144f524d1df88d34c44b3922be05ef diff --git a/includes/libs/XhprofData.php b/includes/libs/XhprofData.php index 2383d2adc4..8762446a03 100644 --- a/includes/libs/XhprofData.php +++ b/includes/libs/XhprofData.php @@ -18,7 +18,7 @@ * @file */ -use RunningStat\RunningStat; +use Wikimedia\RunningStat; /** * Convenience class for working with XHProf profiling data @@ -107,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 ) {