kai-jacobsen/kontentblocks

View on GitHub

Showing 4,293 of 4,293 total issues

The variable $s_y is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $base_id is not named in camelCase.
Open

    public static function getBaseIdField($index)
    {
        // prepare base id for new blocks
        if (!empty($index)) {
            $base_id = self::getHighestId($index);
Severity: Minor
Found in core/Utils/Utilities.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 $setup_caps is not named in camelCase.
Open

    private static function localize()
    {
        //Caps for the current user as global js object

        $current_user = wp_get_current_user();
Severity: Minor
Found in core/Hooks/Enqueues.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 $upload_url is not named in camelCase.
Open

            public function process(
                $attachment,
                $width = null,
                $height = null,
                $crop = null,
Severity: Minor
Found in core/Utils/ImageResize.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 $https_prefix is not named in camelCase.
Open

            public function process(
                $attachment,
                $width = null,
                $height = null,
                $crop = null,
Severity: Minor
Found in core/Utils/ImageResize.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 $img_path is not named in camelCase.
Open

            public function process(
                $attachment,
                $width = null,
                $height = null,
                $crop = null,
Severity: Minor
Found in core/Utils/ImageResize.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 $orig_w is not named in camelCase.
Open

            public function process(
                $attachment,
                $width = null,
                $height = null,
                $crop = null,
Severity: Minor
Found in core/Utils/ImageResize.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 $dst_h is not named in camelCase.
Open

            public function process(
                $attachment,
                $width = null,
                $height = null,
                $crop = null,
Severity: Minor
Found in core/Utils/ImageResize.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 $resized_file is not named in camelCase.
Open

            public function process(
                $attachment,
                $width = null,
                $height = null,
                $crop = null,
Severity: Minor
Found in core/Utils/ImageResize.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 $orig_w is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $aspect_ratio is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $s_y is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $orig_h is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $s_y is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $crop_h is not named in camelCase.
Open

            public function upscale($default, $orig_w, $orig_h, $dest_w, $dest_h, $crop)
            {
                if (!$crop) {
                    return null;
                } // Let the wordpress default function handle this.
Severity: Minor
Found in core/Utils/ImageResize.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 $page_templates is not named in camelCase.
Open

    public static function getPageTemplates()
    {

        $page_templates = get_page_templates();
        $page_templates['Default (page.php)'] = 'default';
Severity: Minor
Found in core/Utils/Utilities.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 $setup_caps is not named in camelCase.
Open

    private static function localize()
    {
        //Caps for the current user as global js object

        $current_user = wp_get_current_user();
Severity: Minor
Found in core/Hooks/Enqueues.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 $setup_caps is not named in camelCase.
Open

    private static function localize()
    {
        //Caps for the current user as global js object

        $current_user = wp_get_current_user();
Severity: Minor
Found in core/Hooks/Enqueues.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

Severity
Category
Status
Source
Language