We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dda40d commit 6f71fc1Copy full SHA for 6f71fc1
src/Driver/Driver.php
@@ -39,7 +39,7 @@ interface Driver
39
/**
40
* Start collection of code coverage information.
41
*/
42
- public function start(bool $determineUnusedAndDead = true);
+ public function start(bool $determineUnusedAndDead = true): void;
43
44
45
* Stop collection of code coverage information.
0 commit comments