Dhii/normalization-helper-base

View on GitHub

Showing 1 of 21 total issues

The method _normalizeStringable is not named in camelCase.
Open

    protected function _normalizeStringable($stringable)
    {
        if (!is_scalar($stringable)
            && !($stringable instanceof Stringable)
        ) {

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

Severity
Category
Status
Source
Language