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 ) {