From f216187aba08ce475dc55eaa822b5cff9f55603c Mon Sep 17 00:00:00 2001 From: Abijeet Date: Thu, 14 May 2020 02:22:02 +0530 Subject: [PATCH] Rename class from LanguageData to LanguageUtil to have better namespacing Update the documentation also --- src/LanguageUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LanguageUtil.php b/src/LanguageUtil.php index 733f6a7..32d9d07 100644 --- a/src/LanguageUtil.php +++ b/src/LanguageUtil.php @@ -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 ) {