PHP ObjectCalisthenics\Sniffs\CodeAnalysis 네임스페이스

클래스들

이름 설명
ArrayPropertyPerClassLimitSniff Array property per class limits, part of "Use first class collections" OC rule.
InstancePropertyPerClassLimitSniff Instance property per class limit, part of "Do not use classes with several instance variables" OC rule.
OneObjectOperatorPerLineSniff Only one object operator per line.