PHP Class Tuli\Rule\ReturnType

Inheritance: implements Tuli\Rule
Afficher le fichier Open project: ircmaxell/tuli

Méthodes publiques

Méthode Description
execute ( PHPTypes\State $state ) : array
getName ( )

Méthodes protégées

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

Method Details

execute() public méthode

public execute ( PHPTypes\State $state ) : array
$state PHPTypes\State
Résultat array

findReturnBlocks() protected méthode

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

getName() public méthode

public getName ( )

verifyReturn() protected méthode

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