Skip to content

Commit a026e4f

Browse files
Fix docblocks.
1 parent 879ad65 commit a026e4f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

PHP/CodeCoverage/Report/HTML/Dashboard.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ class PHP_CodeCoverage_Report_HTML_Dashboard
7575
/**
7676
* Constructor.
7777
*
78-
* @param array $options
78+
* @param string $templatePath
79+
* @param string $charset
80+
* @param string $generator
7981
*/
8082
public function __construct($templatePath, $charset, $generator)
8183
{

PHP/CodeCoverage/Report/HTML/Directory.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ class PHP_CodeCoverage_Report_HTML_Directory
7575
/**
7676
* Constructor.
7777
*
78-
* @param array $options
78+
* @param string $templatePath
79+
* @param string $charset
80+
* @param string $generator
7981
*/
8082
public function __construct($templatePath, $charset, $generator)
8183
{

PHP/CodeCoverage/Report/HTML/File.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ class PHP_CodeCoverage_Report_HTML_File
8080
/**
8181
* Constructor.
8282
*
83-
* @param array $options
83+
* @param string $templatePath
84+
* @param string $charset
85+
* @param string $generator
86+
* @param boolean $yui
8487
*/
8588
public function __construct($templatePath, $charset, $generator, $yui)
8689
{

0 commit comments

Comments
 (0)