diff --git a/HeuristicAnalyser.php b/HeuristicAnalyser.php index a1e4c72..4124eb5 100644 --- a/HeuristicAnalyser.php +++ b/HeuristicAnalyser.php @@ -290,7 +290,7 @@ public function processContent() if ( $this->extension !== 'html' && $this->extension !== 'js' ) { //todo turn this back after task finished https://doboard.com/1/task/6692 //$this->code_style->analyseLineLengths($this->file_content); - $this->code_style->analyseUnreadableCode($this->file_content); + $this->code_style->analyseHumanUnreadableCode($this->file_content); $this->code_style->analyseWeightOfNoise($this->file_content); }