Merge pull request #5756 from whyte624/master
s/__tostring()/__toString() in Expr\OrderBy
This commit is contained in:
commit
5d98247178
@ -97,7 +97,7 @@ class OrderBy
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function __tostring()
|
||||
public function __toString()
|
||||
{
|
||||
return $this->preSeparator . implode($this->separator, $this->parts) . $this->postSeparator;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user