CrossKnowledge/SubConverterBundle

View on GitHub
Providers/TxtSubtitles.php

Summary

Maintainability
A
1 hr
Test Coverage

Method import has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function import($filename)
    {
        if (!$this->checkFormat($filename)) {
            throw new \Exception("Invalid text file: ".basename($filename));
        }
Severity: Minor
Found in Providers/TxtSubtitles.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status