Commit aede0a2b authored by Duro Arezina's avatar Duro Arezina Committed by Duro Arezina
Browse files

Issue #3256802 by devad: PHP8 deprecations

parent 2c38101c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class SynonymForm extends EntityForm {

    $class = get_class($this);

    $provider_plugin = $this->entity->getProviderPlugin();
    $provider_plugin = $this->entity->getProviderPlugin() ?? '';
    if ($form_state->getValue('provider_plugin')) {
      $provider_plugin = $form_state->getValue('provider_plugin');
    }