Skip to content

Commit

Permalink
chore: Remove redundant trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Oct 7, 2024
1 parent f475550 commit cda3f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ protected function getPublishableDropdownFilters(): array
$oOptionNoExplicit
->setLabel('Explicitly unpublished items')
->setIsQuery(true)
->setValue('`' . $sColumnIsPublished . '` = 0',);
->setValue('`' . $sColumnIsPublished . '` = 0');
}

if ($sColumnDateExpire) {
Expand Down

0 comments on commit cda3f4c

Please sign in to comment.