PHP PHPMD\Rule 네임스페이스

중첩된 네임스페이스

PHPMD\Rule\Design

클래스들

이름 설명
UnusedLocalVariable This rule collects all local variables within a given function or method that are not used by any code in the analyzed source artifact.
UnusedPrivateField This rule collects all private fields in a class that aren't used in any method of the analyzed class.