From 18a09a2e46578a349f9c79047abf901846dd253e Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 1 Feb 2019 19:10:36 +0300 Subject: [PATCH] Flextype Core: Themes - code fixes according Scrutinizer Tests. - The assignment to $theme_cache_id is dead and - removed. - The assignment to $theme_manifest is dead and - removed. --- flextype/Themes.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flextype/Themes.php b/flextype/Themes.php index 03b7efc0..86aa57db 100644 --- a/flextype/Themes.php +++ b/flextype/Themes.php @@ -61,12 +61,6 @@ class Themes */ private static function init() : void { - // Theme Manifest - $theme_manifest = []; - - // Theme cache id - $theme_cache_id = ''; - // Get current theme $theme = Registry::get('settings.theme');