Skip to content

Commit

Permalink
Issue-4663 fixed signature in DummyCodeCoverage::stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Tereshchenko committed Dec 6, 2017
1 parent fba4837 commit 4ca1316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Coverage/DummyCodeCoverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public function start($id, $clear = false)
{
}

public function stop($append = true, $linesToBeCovered = [], array $linesToBeUsed = [])
public function stop($append = true, $linesToBeCovered = [], array $linesToBeUsed = [], $ignoreForceCoversAnnotation = false)
{
}
}

0 comments on commit 4ca1316

Please sign in to comment.