fix misplaced doc

This commit is contained in:
Dylan K. Taylor 2016-12-15 09:22:51 +00:00 committed by GitHub
parent e1253db37c
commit bd722bb85f

View File

@ -91,8 +91,8 @@ class BaseLang{
/**
* @param string $str
* @param string[] $params
*
* @param string|null $onlyPrefix
*
* @return string
*/
public function translateString($str, array $params = [], $onlyPrefix = null){