ObjectCalisthenics\Sniffs\CodeAnalysis\InstancePropertyPerClassLimitSniff::getTrackedPropertyTypeList PHP Method

getTrackedPropertyTypeList() protected method

protected getTrackedPropertyTypeList ( ) : array
return array
    protected function getTrackedPropertyTypeList() : array
    {
        return ['array', 'bool', 'boolean', 'callable', 'decimal', 'double', 'float', 'int', 'integer', 'resource', 'string'];
    }
InstancePropertyPerClassLimitSniff