TranslationContainer: fix parameter type of setParameters()

This commit is contained in:
Dylan K. Taylor 2020-02-06 19:22:53 +00:00
parent 4e693e91e6
commit 213bf8366a

View File

@ -65,7 +65,7 @@ class TranslationContainer extends TextContainer{
}
/**
* @param string[] $params
* @param (float|int|string)[] $params
*
* @return void
*/