PHP 클래스 PHPStan\Rules\FunctionDefinitionCheck

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

공개 메소드들

메소드 설명
__construct ( Broker $broker )
checkFunction ( PhpParser\Node\FunctionLike $function, Scope $scope, string $parameterMessage, string $returnMessage ) : array

비공개 메소드들

메소드 설명
checkParametersAcceptor ( PHPStan\Reflection\ParametersAcceptor $parametersAcceptor, string $parameterMessage, string $returnMessage ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Broker $broker )
$broker PHPStan\Broker\Broker

checkFunction() 공개 메소드

public checkFunction ( PhpParser\Node\FunctionLike $function, Scope $scope, string $parameterMessage, string $returnMessage ) : array
$function PhpParser\Node\FunctionLike
$scope PHPStan\Analyser\Scope
$parameterMessage string
$returnMessage string
리턴 array