Hello
we are migrating from Google Ads API V7 to V9
We have installed php client librairy V12
When we launch the app (php7.3) we get PHP Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in /home/metaio-dev-di/google-ads-php/V12/vendor/psr/log/src/LoggerInterface.php on line 30
Line 30 of
LoggerInterface.php :
public function emergency(string|\Stringable $message, array $context = []): void;
we don't find what is wrong
thank you for your help