PHP Class PHPStan\Rules\FunctionCallParametersCheck

Show file Open project: phpstan/phpstan Class Usage Examples

Public Methods

Method Description
check ( PHPStan\Reflection\ParametersAcceptor $function, PhpParser\Node\Expr\FuncCall | PhpParser\Node\Expr\MethodCall | PhpParser\Node\Expr\StaticCall $funcCall, array $messages ) : array

Method Details

check() public method

public check ( PHPStan\Reflection\ParametersAcceptor $function, PhpParser\Node\Expr\FuncCall | PhpParser\Node\Expr\MethodCall | PhpParser\Node\Expr\StaticCall $funcCall, array $messages ) : array
$function PHPStan\Reflection\ParametersAcceptor
$funcCall PhpParser\Node\Expr\FuncCall | PhpParser\Node\Expr\MethodCall | PhpParser\Node\Expr\StaticCall
$messages array Six message templates
return array