Showing 479 of 479 total issues

The method entity_name is not named in camelCase.
Open

    public function entity_name()
    {
        return $this->hasOne(UniverseName::class, 'entity_id', 'entity_id');
    }

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

The method login_history is not named in camelCase.
Open

    public function login_history()
    {

        return $this->hasMany(UserLoginHistory::class);
    }
Severity: Minor
Found in src/Models/User.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

TODO found
Open

                // TODO : add scope to MailHeader

TODO found
Open

// TODO: add sorting

TODO found
Open

// TODO : surround with global superuser
Severity: Minor
Found in src/Http/Routes/Character/View.php by fixme

TODO found
Open

        // TODO : switch to ajax calls

TODO found
Open

     * TODO: Make locale aware.
Severity: Minor
Found in src/Http/Validation/NewSchedule.php by fixme

TODO found
Open

                {{-- TODO : use an ajax call to load the modal content and generate the modal only once instead for all row --}}

TODO found
Open

        // TODO: Match the attempt to write to the sec log
Severity: Minor
Found in src/Events/Attempt.php by fixme

TODO found
Open

     * TODO: This is definitely a candidate for a better refactor!
Severity: Minor
Found in src/Traits/Stats.php by fixme

TODO found
Open

// TODO: Another silent failure?

TODO found
Open

                // TODO: find a way to handle this using recursive loop and determine common patterns
Severity: Minor
Found in src/Models/Filterable.php by fixme

TODO found
Open

// TODO: Use [].sort instead?

TODO found
Open

// TODO: remove 'name' arg after deprecation is removed

TODO found
Open

// TODO: Use this.as('ms')?

TODO found
Open

                    {{-- TODO: Get rid of this copy pasta by using a partial or something. --}}

TODO found
Open

// TODO: Find a better way to register and load all the locales in Node

TODO found
Open

// TODO: Move this to another part of the creation flow to prevent circular deps

TODO found
Open

// TODO: We need to take the current isoWeekYear, but that depends on
Severity
Category
Status
Source
Language