From a3d7aad18252778b68cc2f1cfc304fea5c9fae2c Mon Sep 17 00:00:00 2001 From: luanfreitasdev Date: Mon, 27 May 2024 13:39:00 -0300 Subject: [PATCH] fix phpstan --- src/PowerGridComponent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PowerGridComponent.php b/src/PowerGridComponent.php index 4b492aad..b3a577ef 100644 --- a/src/PowerGridComponent.php +++ b/src/PowerGridComponent.php @@ -189,6 +189,7 @@ private function getTheme(): array $class = $this->template() ?? powerGridTheme(); if (app()->hasDebugModeEnabled()) { + /** @var ThemeBase $themeBase */ $themeBase = PowerGrid::theme($class); return convertObjectsToArray((array) $themeBase->apply());