src/ast/Node.php

Summary

Maintainability
A
0 mins
Test Coverage

The parameter $parent_scope is not named in camelCase.
Open

    abstract public function injectScope($parent_scope);
Severity: Minor
Found in src/ast/Node.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