Commit b703904d authored by John Rasmussen's avatar John Rasmussen Committed by Jakob P
Browse files

Issue #3258588 by Jeya sundhar, VladimirAus, bigbaldy, vzamko, brtamas:...

Issue #3258588 by Jeya sundhar, VladimirAus, bigbaldy, vzamko, brtamas: Deprecated function: Return type of Drupal\google_analytics\Component\Render\GoogleAnalyticsJavaScriptSnippet::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be u
parent eafb07d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ class GoogleAnalyticsJavaScriptSnippet implements MarkupInterface {
  /**
   * {@inheritdoc}
   */
  #[\ReturnTypeWillChange]
  public function jsonSerialize() {
    return $this->__toString();
  }