nopolabs/yabot-plugins

View on GitHub
src/Examples/NytPlugin.php

Summary

Maintainability
A
1 hr
Test Coverage

Method nyt has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function nyt(Message $msg, array $matches)
    {
        $n = $matches['n'] ? $matches['n'] : 1;
        $url = $this->get('url');

Severity: Minor
Found in src/Examples/NytPlugin.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status