PHPStan\Rules\Methods\CallStaticMethodsRule::__construct PHP Method

__construct() public method

public __construct ( Broker $broker, FunctionCallParametersCheck $check )
$broker PHPStan\Broker\Broker
$check PHPStan\Rules\FunctionCallParametersCheck
    public function __construct(Broker $broker, FunctionCallParametersCheck $check)
    {
        $this->broker = $broker;
        $this->check = $check;
    }