PHP Class Phan\Analysis\PropertyTypesAnalyzer

Show file Open project: etsy/phan Class Usage Examples

Public Methods

Method Description
analyzePropertyTypes ( CodeBase $code_base, Clazz $clazz ) : null Check to see if the given Clazz is a duplicate

Method Details

analyzePropertyTypes() public static method

Check to see if the given Clazz is a duplicate
public static analyzePropertyTypes ( CodeBase $code_base, Clazz $clazz ) : null
$code_base Phan\CodeBase
$clazz Phan\Language\Element\Clazz
return null