Rename class from LanguageData to LanguageUtil to have better namespacing

Update the documentation also
This commit is contained in:
Abijeet
2020-05-14 02:22:02 +05:30
committed by Niklas Laxström
parent badc475816
commit f216187aba

View File

@@ -38,7 +38,7 @@ class LanguageUtil {
/**
* Returns an instance of the class that can be used to then call the other methods in the
* class.
* @return self
* @return LanguageUtil
*/
public static function get(): LanguageUtil {
if ( self::$instance === null ) {