Skip to content

Commit 39f2ad7

Browse files
Fix whitespace.
1 parent d15082d commit 39f2ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PHP/CodeCoverage/Report/Node.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ abstract class PHP_CodeCoverage_Report_Node
7575
/**
7676
* Constructor.
7777
*
78-
* @param string $name
79-
* @param string $path
78+
* @param string $name
79+
* @param string $path
8080
* @param PHP_CodeCoverage_Report_Node $parent
8181
*/
8282
public function __construct($name, $path, PHP_CodeCoverage_Report_Node $parent = NULL)

0 commit comments

Comments
 (0)