Skip to content

Commit

Permalink
fix psalm.
Browse files Browse the repository at this point in the history
  • Loading branch information
svfcode authored Feb 16, 2024
1 parent e392475 commit 92b06ab
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 @@ -472,7 +472,7 @@ public function makeVerdict()
true
);
$this->verdict['CRITICAL'][$this->tokens->current->line][] = $this->dangerous_decoded_values[$found_malware_key];
}} elseif ($this->checkingDecryptedToken($this->tokens->current)) {
} elseif ($this->checkingDecryptedToken($this->tokens->current)) {
$this->verdict['CRITICAL'][$this->tokens->current->line][] = 'the function contains suspicious arguments';
}
}
Expand Down

0 comments on commit 92b06ab

Please sign in to comment.