We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafe886 commit 8da1e9cCopy full SHA for 8da1e9c
localgov_forms.install
@@ -25,7 +25,7 @@ function localgov_forms_install(): void {
25
*
26
* Creates a Webform option for Local custodian codes.
27
*/
28
-function localgov_forms_update_8001(): TranslatableMarkup|NULL {
+function localgov_forms_update_8001(): ?TranslatableMarkup {
29
30
$has_local_custodian_codes_option = Drupal::service('entity_type.manager')->getStorage('webform_options')->load('local_custodian_codes_gb');
31
if ($has_local_custodian_codes_option) {
0 commit comments