Skip to content

Commit 6f71fc1

Browse files
Leftover from 6dda40d
1 parent 6dda40d commit 6f71fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver/Driver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface Driver
3939
/**
4040
* Start collection of code coverage information.
4141
*/
42-
public function start(bool $determineUnusedAndDead = true);
42+
public function start(bool $determineUnusedAndDead = true): void;
4343

4444
/**
4545
* Stop collection of code coverage information.

0 commit comments

Comments
 (0)