seatplus/eveapi

View on GitHub
src/Services/Contacts/ProcessContactLabelsResponse.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

The method remove_old_contacts is not named in camelCase.
Open

    public function remove_old_contacts(array $known_ids)
    {
        // Cleanup
        Label::where('labelable_id', $this->labelable_id)
            ->where('labelable_type', $this->labelable_type)

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status