detain/zip-zapper

View on GitHub
bin/parse.php

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                if (trim($lines[$x + 1]) != '|-') {
                    $x++;
                    if (trim(mb_substr($lines[$x], 1)) != '') {
                        $notes .= ($years != '' ? $years.' ' : '') . trim(mb_substr($lines[$x], 1));
                    }
Severity: Major
Found in bin/parse.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status