1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

Plugins: code refactoring and cleanup

This commit is contained in:
Awilum
2018-12-07 02:17:45 +03:00
parent 6119e9ea40
commit fbdf741175

View File

@@ -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;
}