herroffizier/spamdetect

View on GitHub

Showing 2 of 2 total issues

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

    public function analyze(MessageInterface $message)
    {
        $request = $this->buildPostRequest();

        $data = $this->buildPostData($message);
Severity: Minor
Found in src/probes/BlogSpam.php - About 1 hr to fix

    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
      Severity
      Category
      Status
      Source
      Language