Skip to content

Commit

Permalink
Fix issue introduced in 1dd9b94
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 5, 2018
1 parent 533cc21 commit 39f224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ private static function getLinesToBeCoveredOrUsed(string $className, string $met
throw new InvalidCoversTargetException(
\sprintf(
'Trying to @cover interface "%s".',
$className
$element
)
);
}
Expand Down

0 comments on commit 39f224e

Please sign in to comment.