translation/laravel

View on GitHub
src/TargetPOGenerator.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public function call($source, $targets)
    {
        $this->sourceEntries = collect($this->extractor->call($source));
        $this->sourceEntryKeys = $this->sourceEntries->keys();

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

    There are no issues that match your filters.

    Category
    Status