PHP Class Tuli\Rule\ReturnType

Inheritance: implements Tuli\Rule
Exibir arquivo Open project: ircmaxell/tuli

Public Methods

Method Description
execute ( PHPTypes\State $state ) : array
getName ( )

Protected Methods

Method Description
findReturnBlocks ( Block $block, $result = [] )
verifyReturn ( $function, PHPTypes\State $state )

Method Details

execute() public method

public execute ( PHPTypes\State $state ) : array
$state PHPTypes\State
return array

findReturnBlocks() protected method

protected findReturnBlocks ( Block $block, $result = [] )
$block PHPCfg\Block

getName() public method

public getName ( )

verifyReturn() protected method

protected verifyReturn ( $function, PHPTypes\State $state )
$state PHPTypes\State