Skip to content

Commit b009c6a

Browse files
committed
Add scalar type declaration
1 parent 59a48d5 commit b009c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Report/Xml/Source.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(\DOMElement $context)
3030
/**
3131
* @param string $source
3232
*/
33-
public function setSourceCode($source)
33+
public function setSourceCode(string $source)
3434
{
3535
$context = $this->context;
3636

0 commit comments

Comments
 (0)