1
0
Fork 0
mirror of synced 2025-04-02 04:46:16 +03:00
This commit is contained in:
Andrei Sozonov 2016-04-01 15:54:17 +03:00
parent c1943624ab
commit 2f2236a1d6

View file

@ -97,7 +97,7 @@ class OrderBy
/**
* @return string
*/
public function __tostring()
public function __toString()
{
return $this->preSeparator . implode($this->separator, $this->parts) . $this->postSeparator;
}