diff --git a/src/Runner.php b/src/Runner.php index 107da1816d..61013874c9 100644 --- a/src/Runner.php +++ b/src/Runner.php @@ -688,7 +688,7 @@ public function processFile($file) $file->addErrorOnLine($error, 1, 'Internal.Exception'); }//end try - $this->reporter->cacheFileReport($file, $this->config); + $this->reporter->cacheFileReport($file); if ($this->config->interactive === true) { /* @@ -723,7 +723,7 @@ public function processFile($file) $file->ruleset->populateTokenListeners(); $file->reloadContent(); $file->process(); - $this->reporter->cacheFileReport($file, $this->config); + $this->reporter->cacheFileReport($file); break; } }//end while