From 8ebd91ea80aa589dc0aa25f17562188ac181488f Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 25 Jun 2019 10:51:28 +0300 Subject: [PATCH] Flextype Core: Themes API #165 - code cleanup and refactoring --- flextype/core/Themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/core/Themes.php b/flextype/core/Themes.php index 52ec666a..6a0727fc 100644 --- a/flextype/core/Themes.php +++ b/flextype/core/Themes.php @@ -126,7 +126,7 @@ class Themes * @access public * @return array */ - public function getThemes() + public function getThemes() : array { // Init themes list $themes_list = [];