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 6985826 commit 32096d5Copy full SHA for 32096d5
PHP/CodeCoverage/Report/HTML/Node/File.php
@@ -888,6 +888,7 @@ protected function processFunctions()
888
{
889
$tokens = PHP_Token_Stream_CachingFactory::get($this->getPath());
890
$functions = $tokens->getFunctions();
891
+ PHP_Token_Stream_CachingFactory::unsetFromCache($this->getPath());
892
unset($tokens);
893
894
if (count($functions) > 0 && !isset($this->classes['*'])) {
0 commit comments