You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: Return type of Suin\RSSWriter\SimpleXMLElement::addChild($name, $value = null, $namespace = null) should either be compatible with SimpleXMLElement::addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null): ?SimpleXMLElement, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Suin\RSSWriter\SimpleXMLElement.php on line 17
The Suin\RSSWriter\SimpleXMLElement.php file should be updated such that line 17:
public function addChild($name, $value = null, $namespace = null)
should become:
public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null): ?static
The text was updated successfully, but these errors were encountered:
This library is causing a deprecation notice:
The Suin\RSSWriter\SimpleXMLElement.php file should be updated such that line 17:
should become:
The text was updated successfully, but these errors were encountered: