GraphQL\Language\SourceLocation::toArray PHP Method

toArray() public method

public toArray ( ) : array
return array
    public function toArray()
    {
        return ['line' => $this->line, 'column' => $this->column];
    }