Skip to content

Commit c47bc7b

Browse files
Fix bad merge
1 parent 1304968 commit c47bc7b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Driver/Driver.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ public function isXdebug(): bool
8686
return false;
8787
}
8888

89-
public function isPcov(): bool
90-
{
91-
return false;
92-
}
93-
94-
public function isXdebug(): bool
95-
{
96-
return false;
97-
}
98-
9989
abstract public function nameAndVersion(): string;
10090

10191
abstract public function start(): void;

0 commit comments

Comments
 (0)