PhpParser\PrettyPrinter\Standard::pNullableType PHP Method

pNullableType() protected method

protected pNullableType ( NullableType $node )
$node PhpParser\Node\NullableType
    protected function pNullableType(Node\NullableType $node) {
        return '?' . $this->pType($node->type);
    }
Standard