From c3703636ddd1cfe69d0dbb441d94bd4bb86fddb0 Mon Sep 17 00:00:00 2001 From: alexandergull Date: Fri, 3 May 2024 17:11:30 +0500 Subject: [PATCH] Fix. Code Style lib. Rename method. --- HeuristicAnalyser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }