herroffizier/spamdetect

View on GitHub
src/probes/BotScout.php

Summary

Maintainability
A
1 hr
Test Coverage

Method analyze has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function analyze(MessageInterface $message)
    {
        $data = $this->buildGetData($message);

        $data['multi'] = 1;
Severity: Minor
Found in src/probes/BotScout.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status