Method |
Description |
|
analyzeInternalArgumentType ( Phan\Language\Element\FunctionInterface $method, ast\Node $node, Context $context, CodeBase $code_base ) : boolean |
Check to see if the given Clazz is a duplicate |
|
analyzeNodeUnionTypeCast ( ast\Node | null | string | integer $node, Context $context, CodeBase $code_base, UnionType $cast_type, Closure $issue_instance ) : boolean |
Emit a log message if the type of the given
node cannot be cast to the given type |
|
analyzeParameterList ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method, ast\Node $node, Context $context ) : null |
|
|