From 7a6c740be6125eb4e4aac4c4498f0cebdfef9450 Mon Sep 17 00:00:00 2001 From: Martin Vondracek Date: Fri, 11 Nov 2016 10:34:00 +0100 Subject: [PATCH] Fixed PHPDoc of getTestReport - especially return type. Removed @internal PhpDocumentor. --- src/Jenkins.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Jenkins.php b/src/Jenkins.php index d91d4e3..ff234f1 100755 --- a/src/Jenkins.php +++ b/src/Jenkins.php @@ -733,12 +733,11 @@ public function getConsoleTextBuild($jobname, $buildNumber) } /** - * @param string $jobName - * @param $buildId - * - * @return array - * @internal param string $buildNumber + * Retrieve test report of given job name and build number. * + * @param string $jobName Name of the job + * @param int|string $buildId Build number + * @return Jenkins\TestReport */ public function getTestReport($jobName, $buildId) {