Hello,

I'm using function BatchJobs to upload Ad Customizer Feed updates and I'me 
receiving the following error in my server log:

2019-05-21 08:10:27 --> Severity: 16384 --> Passing configuration options 
directly to the constructor is deprecated since Symfony 4.2, use the 
default context instead. 
/var/www/prod/vendor/symfony/serializer/Encoder/XmlEncoder.php 
80 
I've managed to trace the error back to

File: v201809/BatchJobsDelegate

121  $this->batchJobSerializer = new Serializer(
122     [$adWordsNormalizer, new ArrayDenormalizer()],
123     [new XmlEncoder('ns1:mutate')]
124 );


Line 123 ^^^

Since the version of Symfony is dependent on the one defined in composer.json 
how do you suggest I approach solving the issue?

Thanks in advance,
Andjel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f3385b1-088a-4841-840e-8c9f0383e103%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to