php-google-merchant-feed icon indicating copy to clipboard operation
php-google-merchant-feed copied to clipboard

Fatal error: Declaration of Vitalybaev\GoogleMerchant\RssElement::xmlSerialize(Sabre\Xml\Writer $writer) must be compatible with Sabre\Xml\XmlSerializable::xmlSerialize(Sabre\Xml\Writer $writer): void

Open Division70 opened this issue 1 year ago • 0 comments

Hello !

I have this error when i try to launch the build of an XML feed, : Fatal error: Declaration of Vitalybaev\GoogleMerchant\RssElement::xmlSerialize(Sabre\Xml\Writer $writer) must be compatible with Sabre\Xml\XmlSerializable::xmlSerialize(Sabre\Xml\Writer $writer): void

[app/src/Vitalybaev/GoogleMerchant/RssElement.php:28]

Is it a compatibilty problem with the last version of Sabre/Xml (4.0.2) ?

Thanks for your help.

Best.

Christophe

Division70 avatar Sep 24 '23 09:09 Division70