src/Http/Controllers/Character/WalletController.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function getJournalGraphBalance(CharacterInfo $character)
    {

        $data = CharacterWalletJournal::with('first_party', 'second_party')
            ->where('character_id', $character->character_id)
Severity: Minor
Found in src/Http/Controllers/Character/WalletController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status