.phan/plugins/UnknownClassElementAccessPlugin.php

Summary

Maintainability
A
0 mins
Test Coverage

Constant UnknownObjectMethodCall should be defined in uppercase
Open

    public const UnknownObjectMethodCall = 'PhanPluginUnknownObjectMethodCall';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

There are no issues that match your filters.

Category
Status