From fbdf7411755556d0869670f17e924367b560fe6d Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 7 Dec 2018 02:17:45 +0300 Subject: [PATCH] Plugins: code refactoring and cleanup --- flextype/Plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flextype/Plugins.php b/flextype/Plugins.php index e43c4949..15641e56 100755 --- a/flextype/Plugins.php +++ b/flextype/Plugins.php @@ -183,9 +183,9 @@ class Plugins * Get locales. * * @access public - * @return object + * @return array */ - public static function getLocales() + public static function getLocales() : array { return Plugins::$locales; }