X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Flibs%2FXhprofData.php;h=56e6b199cd87f58008821e852f98bfe01c9b5b2a;hb=8343d7b3bd75516140469e9a37cb55ffed1a570c;hp=90e52f08ddc6611e4377be47c39aac1c2c467670;hpb=6bfa7c37540da7605e88c10caf0295ae8ff45723;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/XhprofData.php b/includes/libs/XhprofData.php index 90e52f08dd..56e6b199cd 100644 --- a/includes/libs/XhprofData.php +++ b/includes/libs/XhprofData.php @@ -43,13 +43,13 @@ class XhprofData { /** * Per-function inclusive data. - * @var array $inclusive + * @var array[] $inclusive */ protected $inclusive; /** * Per-function inclusive and exclusive data. - * @var array $complete + * @var array[] $complete */ protected $complete; @@ -153,7 +153,7 @@ class XhprofData { * - max: Maximum value * - variance: Variance (spread) of the values * - * @return array + * @return array[] * @see getRawData() * @see getCompleteMetrics() */ @@ -239,7 +239,7 @@ class XhprofData { * metrics have an additional 'exclusive' measurement which is the total * minus the totals of all child function calls. * - * @return array + * @return array[] * @see getRawData() * @see getInclusiveMetrics() */