njuhel/php-swagger-to-md

View on GitHub

Showing 181 of 181 total issues

The variable $arh_key is not named in camelCase.
Open

    function apache_request_headers()
    {
        $arh = array();

        foreach ($_SERVER as $key => $val) {
Severity: Minor
Found in src/Compat.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