Skip to content

Commit

Permalink
misc: ignore Polyfill coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed May 5, 2022
1 parent 3ef4276 commit c08fe5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Utility/Polyfill.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
use function strpos;
use function substr_compare;

/** @internal */
/**
* @internal
*
* @codeCoverageIgnore
* @infection-ignore-all
*/
final class Polyfill
{
/**
Expand Down

0 comments on commit c08fe5a

Please sign in to comment.