We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6435c4 commit 94aef44Copy full SHA for 94aef44
1 file changed
src/Service/ThemeCleaner.php
@@ -317,6 +317,6 @@ private function parseThemeName(string $themeCode): ?array
317
return null;
318
}
319
320
- return $themeParts;
+ return [$themeParts[0], $themeParts[1]];
321
322
0 commit comments