WrongCaseOfInheritedMethodRule
implements
Rule
Interfaces, Classes, Traits and Enums
- Rule
Table of Contents
-
getNodeType()
: string
-
processNode()
: array<string|int, string>
-
findMethod()
: string|null
getNodeType()
public
getNodeType() : string
Return values
string
—
processNode()
public
processNode(ClassMethod $node, Scope $scope) : array<string|int, string>
Parameters
-
$node
: ClassMethod
-
-
$scope
: Scope
-
Return values
array<string|int, string>
—
findMethod()
private
findMethod(ClassReflection $declaringClass, ClassReflection $classReflection, string $methodName) : string|null
Parameters
-
$declaringClass
: ClassReflection
-
-
$classReflection
: ClassReflection
-
-
$methodName
: string
-
Return values
string|null
—