Formula9/Framework

View on GitHub
Nine/Contracts/ConfigInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

The parameter $base_path is not named in camelCase.
Open

    public function importFolder($base_path, $mask = '*.php');
Severity: Minor
Found in Nine/Contracts/ConfigInterface.php by phpmd

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