PHP 클래스 PHPStan\Rules\FunctionCallParametersCheck

파일 보기 프로젝트 열기: phpstan/phpstan 1 사용 예제들

공개 메소드들

메소드 설명
check ( PHPStan\Reflection\ParametersAcceptor $function, PhpParser\Node\Expr\FuncCall | PhpParser\Node\Expr\MethodCall | PhpParser\Node\Expr\StaticCall $funcCall, array $messages ) : array

메소드 상세

check() 공개 메소드

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
리턴 array