We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5840182 commit c8decd0Copy full SHA for c8decd0
src/CodeCoverage/Filter.php
@@ -98,7 +98,9 @@ class PHP_CodeCoverage_Filter
98
'SebastianBergmann\Environment\Runtime' => 1,
99
'SebastianBergmann\Exporter\Exporter' => 1,
100
'SebastianBergmann\Version' => 1,
101
- 'Composer\Autoload\ClassLoader' => 1
+ 'Composer\Autoload\ClassLoader' => 1,
102
+ 'Instantiator\Instantiator' => 1,
103
+ 'LazyMap\AbstractLazyMap' => 1
104
);
105
106
/**
0 commit comments