Skip to content

Commit 8da1e9c

Browse files
committed
fix: add return types
1 parent eafe886 commit 8da1e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localgov_forms.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function localgov_forms_install(): void {
2525
*
2626
* Creates a Webform option for Local custodian codes.
2727
*/
28-
function localgov_forms_update_8001(): TranslatableMarkup|NULL {
28+
function localgov_forms_update_8001(): ?TranslatableMarkup {
2929

3030
$has_local_custodian_codes_option = Drupal::service('entity_type.manager')->getStorage('webform_options')->load('local_custodian_codes_gb');
3131
if ($has_local_custodian_codes_option) {

0 commit comments

Comments
 (0)