rinvex/cortex-foundation

View on GitHub

Showing 183 of 183 total issues

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $causer_route is not named in camelCase.
Open

    public function transform(Log $log): array
    {
        $causer_route = '';

        if ($log->causer) {
Severity: Minor
Found in src/Transformers/LogTransformer.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $parsed_url is not named in camelCase.
Open

    protected function unparseUrl($parsed_url)
    {
        if (empty($parsed_url)) {
            return '';
        }

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

TODO found
Open

     * @TODO: Apply row selection and bulk actions, check parent::query() for reference.

TODO found
Open

            // @TODO: refcator the whole accessareas retrieval to be file-based, instead of db based
Severity: Minor
Found in src/Providers/BootServiceProvider.php by fixme

TODO found
Open

            // @TODO: we need add support for selective domain session sharing (with cross-domain cookie sharing as well)

TODO found
Open

        // @TODO: temporary disable since package is outdated

TODO found
Open

     * @TODO: Apply row selection and bulk actions, check parent::query() for reference.
Severity: Minor
Found in src/DataTables/MediaDataTable.php by fixme

TODO found
Open

        // @TODO: refactor routes

TODO found
Open

            // @TODO: identify the new route name. ex: adminarea.cortex.auth.members.edit
Severity: Minor
Found in src/Transformers/LogTransformer.php by fixme

TODO found
Open

     * @TODO: refactor to drop accessareas db table.
Severity: Minor
Found in src/Traits/Accessible.php by fixme

TODO found
Open

     * @TODO: Apply row selection and bulk actions, check parent::query() for reference.
Severity: Minor
Found in src/DataTables/LogsDataTable.php by fixme
Severity
Category
Status
Source
Language