Dhii/code-map-command-invoker-abstract

View on GitHub
src/CodeMapAwareTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 2 total issues

Avoid using short method names like CodeMapAwareTrait::__(). The configured minimum method name length is 3.
Invalid

abstract protected function __($string, $args = [], $context = null);
Severity: Minor
Found in src/CodeMapAwareTrait.php by phpmd

The method __ is not named in camelCase.
Invalid

abstract protected function __($string, $args = [], $context = null);
Severity: Minor
Found in src/CodeMapAwareTrait.php by phpmd

There are no issues that match your filters.

Category
Status