eveseat/eveapi

View on GitHub
src/Models/Fittings/CharacterFitting.php

Summary

Maintainability
A
1 hr
Test Coverage

Method toEve has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function toEve()
    {
        return sprintf('[%s, %s]', $this->ship->typeName, $this->name) . PHP_EOL .

        $this->low_slots->map(function ($slot) {
Severity: Minor
Found in src/Models/Fittings/CharacterFitting.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status