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.
2 parents ff11608 + acd5ebc commit 4ff4ee0Copy full SHA for 4ff4ee0
src/Runner.php
@@ -688,7 +688,7 @@ public function processFile($file)
688
$file->addErrorOnLine($error, 1, 'Internal.Exception');
689
}//end try
690
691
- $this->reporter->cacheFileReport($file, $this->config);
+ $this->reporter->cacheFileReport($file);
692
693
if ($this->config->interactive === true) {
694
/*
@@ -723,7 +723,7 @@ public function processFile($file)
723
$file->ruleset->populateTokenListeners();
724
$file->reloadContent();
725
$file->process();
726
727
break;
728
}
729
}//end while
0 commit comments