src/Http/Controllers/Character/SkillsController.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused private methods such as 'getEveSkillsGroups'.
Open

    private function getEveSkillsGroups()
    {

        $groups = InvGroup::where('categoryID', 16)
            ->where('groupID', '<>', 505)

UnusedPrivateMethod

Since: 0.2

Unused Private Method detects when a private method is declared but is unused.

Example

class Something
{
    private function foo() {} // unused
}

Source https://phpmd.org/rules/unusedcode.html#unusedprivatemethod

There are no issues that match your filters.

Category
Status