seatplus/eveapi

View on GitHub
src/Models/LocationRefreshToken.php

Summary

Maintainability
A
0 mins
Test Coverage
F
50%

The method refresh_token is not named in camelCase.
Wontfix

    public function refresh_token(): BelongsTo
    {
        return $this->belongsTo(RefreshToken::class, 'character_id', 'character_id');
    }
Severity: Minor
Found in src/Models/LocationRefreshToken.php by phpmd

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