Skip to content

Commit f040570

Browse files
Closes #3226
1 parent 7cf5906 commit f040570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Log/JUnit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public function getXML(): string
364364
* This is a "hack" needed for the integration of
365365
* PHPUnit with Phing.
366366
*/
367-
public function setWriteDocument($flag): ?string
367+
public function setWriteDocument(/*bool*/ $flag): void
368368
{
369369
if (\is_bool($flag)) {
370370
$this->writeDocument = $flag;

0 commit comments

Comments
 (0)