Skip to content

Commit

Permalink
Merge pull request #4665 from network-spy/Issue-4663
Browse files Browse the repository at this point in the history
Issue-4663 fixed signature in DummyCodeCoverage::stop
  • Loading branch information
Naktibalda committed Dec 7, 2017
2 parents fba4837 + 4ca1316 commit 75a1f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Coverage/DummyCodeCoverage.php
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 75a1f48

Please sign in to comment.