phpoxford/spires

View on GitHub
src/Irc/Parser.php

Summary

Maintainability
A
1 hr
Test Coverage

Method parse has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function parse(string $raw): array
    {
        // =  %x0D %x0A   ; "carriage return" "linefeed"
        $crlf = '\r\n';

Severity: Minor
Found in src/Irc/Parser.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status