1
0
mirror of synced 2025-03-14 00:26:08 +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;
}