Skip to content

Commit

Permalink
Remove PHP_Token and CodeCoverage from whitelist
Browse files Browse the repository at this point in the history
Since CodeCoverage and PHP_Token are not part of the public API of
PHPUnit they can safely be removed from the whitelist.

Issue #3750
  • Loading branch information
Sebastian Feldmann authored and sebastianbergmann committed Sep 6, 2019
1 parent 1f19c6f commit f43b7b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
return [
'whitelist' => [
'PHPUnit\*',
'SebastianBergmann\CodeCoverage\*',
'PHP_Token*',
'Prophecy\*',
],
];

0 comments on commit f43b7b2

Please sign in to comment.