Update PHP development dependencies (#139)

This commit is contained in:
Niklas Laxström
2021-01-28 11:05:10 +02:00
committed by GitHub
parent 3a0ca41914
commit 07efae50c5
3 changed files with 659 additions and 476 deletions

View File

@@ -82,7 +82,7 @@ class LanguageUtil {
* Get all the languages. The properties in the returned object are ISO 639 language codes
* The value of each property is an array that has,
* [writing system code, [regions list], autonym]
* @return object
* @return stdClass
*/
public function getLanguages() {
return $this->data->languages;