PHPStan\Rules\Comparison\StrictComparisonOfDifferentTypesRule::getNodeType PHP Method

getNodeType() public method

public getNodeType ( ) : string
return string
    public function getNodeType() : string
    {
        return Node\Expr\BinaryOp::class;
    }
StrictComparisonOfDifferentTypesRule