PHP Класс PHPStan\Rules\FunctionDefinitionCheck

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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