Skip to content

Commit

Permalink
Fix. Code Style lib. Rename method.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergull committed May 3, 2024
1 parent 8d11999 commit c370363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeuristicAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c370363

Please sign in to comment.