PHP Class Phan\Analysis\DuplicateFunctionAnalyzer

Show file Open project: etsy/phan Class Usage Examples

Public Methods

Method Description
analyzeDuplicateFunction ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method ) : null Check to see if the given Clazz is a duplicate

Method Details

analyzeDuplicateFunction() public static method

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