Skip to content

Commit f390b6b

Browse files
author
Sushil Gupta
committed
refactor: remove redundant codeCoverageIgnore
1 parent cd8d109 commit f390b6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Helper/Shell.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ protected function checkTimeout()
152152

153153
throw new RuntimeException('Timeout occurred, process terminated.');
154154
}
155-
156-
// @codeCoverageIgnoreStart
157-
158-
// @codeCoverageIgnoreEnd
159155
}
160156

161157
public function setOptions(string $cwd = null, array $env = null, float $timeout = null, array $otherOptions = []): self

0 commit comments

Comments
 (0)