Skip to content

Commit 94aef44

Browse files
authored
fix: return theme parts as array in parseThemeName (#122)
1 parent c6435c4 commit 94aef44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/ThemeCleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,6 @@ private function parseThemeName(string $themeCode): ?array
317317
return null;
318318
}
319319

320-
return $themeParts;
320+
return [$themeParts[0], $themeParts[1]];
321321
}
322322
}

0 commit comments

Comments
 (0)