Skip to content

Commit

Permalink
[CS] Remove duplicate semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexvaar committed Apr 12, 2024
1 parent 3b954f2 commit de76fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static function renderStatic(
sort($categoryList);

if (!empty($categoryList)) {
$categoryList = implode(',', $categoryList);;
$categoryList = implode(',', $categoryList);
$categoryArray = [
'tx_news_pi1' => [
'overwriteDemand' => [
Expand Down

0 comments on commit de76fcd

Please sign in to comment.