Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record::getOData() reflection suggests that string is returned #93

Open
andreyvk opened this issue Jun 14, 2017 · 0 comments
Open

Record::getOData() reflection suggests that string is returned #93

andreyvk opened this issue Jun 14, 2017 · 0 comments

Comments

@andreyvk
Copy link

Hi @Ostico,

Not really a biggie, but would be nice to change for the next release. Here's a snippet from Record.php. It says that oData is a string. Can we plz change that to array in the next bug fix release?

/**
  * Gets the Orient Record Content
  * @return string
  */
public function getOData() {
    return $this->oData;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants