Skip to content

Commit 2d64dd7

Browse files
committed
feat(phpcs): Minor phpcs lint correction
1 parent 835f087 commit 2d64dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/SearchApiBlockForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function afterBuild(array $element, FormStateInterface $form_state) {
128128
unset($element['form_id']);
129129
unset($element['op']);
130130
return $element;
131-
}
131+
}
132132

133133
/**
134134
* {@inheritdoc}

0 commit comments

Comments
 (0)