Skip to content

Commit 61dc9cc

Browse files
[GOVCMSCT2-121] Fixed lint issue.
1 parent af9ecdc commit 61dc9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/themes/contrib/civictheme/civictheme.post_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ function civictheme_post_update_update_editor_allowed_field(): string {
868868
/**
869869
* Add civictheme_fast_fact_card paragraph type and enable it for manual list.
870870
*/
871-
function civictheme_post_update_add_fast_fact_card_paragraph(array &$sandbox): ?string {
871+
function civictheme_post_update_add_fast_fact_card_paragraph(array &$sandbox): string {
872872
$new_configs = [
873873
// Paragraph type definition.
874874
'paragraphs.paragraphs_type.civictheme_fast_fact_card' => 'paragraphs_type',

0 commit comments

Comments
 (0)