kai-jacobsen/kontentblocks

View on GitHub
core/Utils/CommonTwig/SimpleTwig.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class import via use statement (line '107', column '20').
Open

        return new \Twig_SimpleFilter(
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

The variable $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Environment is not named in camelCase.
Open

    public static function setupEnvironment()
    {
        $args = array(
            'cache' => WP_CONTENT_DIR . '/twigcache/',
            'auto_reload' => TRUE,
Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Loader is not named in camelCase.
Open

    public static function setupLoader()
    {
        $paths = array();
        $paths[] = trailingslashit(get_stylesheet_directory());

Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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 $Loader is not named in camelCase.
Open

    public static function setupLoader()
    {
        $paths = array();
        $paths[] = trailingslashit(get_stylesheet_directory());

Severity: Minor
Found in core/Utils/CommonTwig/SimpleTwig.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

There are no issues that match your filters.

Category
Status