Skip to content
Snippets Groups Projects
Commit f3ebe898 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix type hints, fixes #4860

Closes #4860

Merge request studip/studip!3645
parent 999c0501
No related branches found
No related tags found
No related merge requests found
...@@ -202,8 +202,8 @@ class I18NString implements JsonSerializable ...@@ -202,8 +202,8 @@ class I18NString implements JsonSerializable
* Sets the translation for the given language. If the given language is * Sets the translation for the given language. If the given language is
* the default language, sets the original. * the default language, sets the original.
* *
* @param type $text The translated or original value. * @param string $text The translated or original value.
* @param type $lang The additional or default language. * @param string $lang The additional or default language.
* @return string The translated or original value. * @return string The translated or original value.
* @throws InvalidArgumentException * @throws InvalidArgumentException
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment