Commit 8bfd6c04 authored by Nikita Savitsky's avatar Nikita Savitsky Committed by Denis Rudoi
Browse files

Issue #3278937 by nsavitsky: [PHP 8.1] Deprecated function: Return type of...

Issue #3278937 by nsavitsky: [PHP 8.1] Deprecated function: Return type of Drupal\external_link_popup\Entity\ExternalLinkPopup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed
parent 7d65b5ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -236,6 +236,7 @@ class ExternalLinkPopup extends ConfigEntityBase implements ExternalLinkPopupInt
  /**
   * {@inheritdoc}
   */
  #[\ReturnTypeWillChange]
  public function jsonSerialize() {
    $body = isset($this->body['value']) ? check_markup(
      $this->body['value'],