Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

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

Open andreyvk opened 7 years ago

andreyvk commented 7 years ago

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;
}