sebastianmonzel/webfiles-framework-php

View on GitHub
source/core/datasystem/file/format/media/image/handler/MAbstractImageLibraryHandler.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

The parameter $p_sImage is not named in camelCase.
Open

    public abstract function loadPng($p_sImage);

CamelCaseParameterName

Since: 0.2

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

Example

class ClassName {
    public function doSomething($user_name) {
    }
}

Source

The parameter $p_sImage is not named in camelCase.
Open

    public abstract function loadJpg($p_sImage);

CamelCaseParameterName

Since: 0.2

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

Example

class ClassName {
    public function doSomething($user_name) {
    }
}

Source

There are no issues that match your filters.

Category
Status